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