Uses of Interface
org.apache.pinot.query.runtime.operator.utils.AggregationUtils.Merger
-
Packages that use AggregationUtils.Merger Package Description org.apache.pinot.query.runtime.operator org.apache.pinot.query.runtime.operator.utils -
-
Uses of AggregationUtils.Merger in org.apache.pinot.query.runtime.operator
Constructor parameters in org.apache.pinot.query.runtime.operator with type arguments of type AggregationUtils.Merger Constructor Description WindowAggregateOperator(OpChainExecutionContext context, MultiStageOperator inputOperator, List<RexExpression> groupSet, List<RexExpression> orderSet, List<org.apache.calcite.rel.RelFieldCollation.Direction> orderSetDirection, List<org.apache.calcite.rel.RelFieldCollation.NullDirection> orderSetNullDirection, List<RexExpression> aggCalls, int lowerBound, int upperBound, WindowNode.WindowFrameType windowFrameType, List<RexExpression> constants, DataSchema resultSchema, DataSchema inputSchema, Map<String,Function<DataSchema.ColumnDataType,AggregationUtils.Merger>> mergers) -
Uses of AggregationUtils.Merger in org.apache.pinot.query.runtime.operator.utils
Fields in org.apache.pinot.query.runtime.operator.utils declared as AggregationUtils.Merger Modifier and Type Field Description protected AggregationUtils.MergerAggregationUtils.Accumulator. _mergerFields in org.apache.pinot.query.runtime.operator.utils with type parameters of type AggregationUtils.Merger Modifier and Type Field Description static Map<String,Function<DataSchema.ColumnDataType,AggregationUtils.Merger>>AggregationUtils.Accumulator. MERGERSMethods in org.apache.pinot.query.runtime.operator.utils that return AggregationUtils.Merger Modifier and Type Method Description AggregationUtils.MergerAggregationUtils.Accumulator. getMerger()Constructor parameters in org.apache.pinot.query.runtime.operator.utils with type arguments of type AggregationUtils.Merger Constructor Description Accumulator(RexExpression.FunctionCall aggCall, Map<String,Function<DataSchema.ColumnDataType,AggregationUtils.Merger>> merger, String functionName, DataSchema inputSchema)
-