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