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