Class HyperLogLogStateFactory
- java.lang.Object
-
- io.trino.operator.aggregation.state.HyperLogLogStateFactory
-
- All Implemented Interfaces:
AccumulatorStateFactory<HyperLogLogState>
public class HyperLogLogStateFactory extends Object implements AccumulatorStateFactory<HyperLogLogState>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHyperLogLogStateFactory.GroupedHyperLogLogStatestatic classHyperLogLogStateFactory.SingleHyperLogLogState
-
Constructor Summary
Constructors Constructor Description HyperLogLogStateFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HyperLogLogStatecreateGroupedState()HyperLogLogStatecreateSingleState()
-
-
-
Method Detail
-
createSingleState
public HyperLogLogState createSingleState()
- Specified by:
createSingleStatein interfaceAccumulatorStateFactory<HyperLogLogState>
-
createGroupedState
public HyperLogLogState createGroupedState()
- Specified by:
createGroupedStatein interfaceAccumulatorStateFactory<HyperLogLogState>
-
-