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 Classes Modifier and Type Class Description static classQuantileDigestAndPercentileStateFactory.GroupedQuantileDigestAndPercentileStatestatic classQuantileDigestAndPercentileStateFactory.SingleQuantileDigestAndPercentileState
-
Constructor Summary
Constructors Constructor Description QuantileDigestAndPercentileStateFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuantileDigestAndPercentileStatecreateGroupedState()QuantileDigestAndPercentileStatecreateSingleState()
-
-
-
Method Detail
-
createSingleState
public QuantileDigestAndPercentileState createSingleState()
- Specified by:
createSingleStatein interfaceAccumulatorStateFactory<QuantileDigestAndPercentileState>
-
createGroupedState
public QuantileDigestAndPercentileState createGroupedState()
- Specified by:
createGroupedStatein interfaceAccumulatorStateFactory<QuantileDigestAndPercentileState>
-
-