Package io.trino.operator.aggregation
Class Aggregator
java.lang.Object
io.trino.operator.aggregation.Aggregator
-
Constructor Summary
ConstructorsConstructorDescriptionAggregator(Accumulator accumulator, AggregationNode.Step step, Type intermediateType, Type finalType, List<Integer> inputChannels, OptionalInt maskChannel, AggregationMaskBuilder maskBuilder) -
Method Summary
Modifier and TypeMethodDescriptionvoidevaluate(BlockBuilder blockBuilder) longgetType()voidprocessPage(Page page)
-
Constructor Details
-
Aggregator
public Aggregator(Accumulator accumulator, AggregationNode.Step step, Type intermediateType, Type finalType, List<Integer> inputChannels, OptionalInt maskChannel, AggregationMaskBuilder maskBuilder)
-
-
Method Details
-
getType
-
processPage
-
evaluate
-
getEstimatedSize
public long getEstimatedSize()
-