Package io.trino.operator.aggregation
Class NumericHistogramStateFactory
java.lang.Object
io.trino.operator.aggregation.NumericHistogramStateFactory
- All Implemented Interfaces:
AccumulatorStateFactory<DoubleHistogramAggregation.State>
public class NumericHistogramStateFactory
extends Object
implements AccumulatorStateFactory<DoubleHistogramAggregation.State>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
NumericHistogramStateFactory
public NumericHistogramStateFactory()
-
-
Method Details
-
createSingleState
- Specified by:
createSingleStatein interfaceAccumulatorStateFactory<DoubleHistogramAggregation.State>
-
createGroupedState
- Specified by:
createGroupedStatein interfaceAccumulatorStateFactory<DoubleHistogramAggregation.State>
-