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 ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
HyperLogLogStateFactory
public HyperLogLogStateFactory()
-
-
Method Details
-
createSingleState
- Specified by:
createSingleStatein interfaceAccumulatorStateFactory<HyperLogLogState>
-
createGroupedState
- Specified by:
createGroupedStatein interfaceAccumulatorStateFactory<HyperLogLogState>
-