Package io.trino.operator.aggregation
Class DefaultApproximateCountDistinctAggregation
- java.lang.Object
-
- io.trino.operator.aggregation.DefaultApproximateCountDistinctAggregation
-
public final class DefaultApproximateCountDistinctAggregation extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcombineState(HyperLogLogState state, HyperLogLogState otherState)static voidevaluateFinal(HyperLogLogState state, BlockBuilder out)static voidinput(HyperLogLogState state, Block block, int index)static voidinput(MethodHandle methodHandle, HyperLogLogState state, double value)static voidinput(MethodHandle methodHandle, HyperLogLogState state, long value)static voidinput(MethodHandle methodHandle, HyperLogLogState state, Object value)
-
-
-
Method Detail
-
input
public static void input(HyperLogLogState state, Block block, int index)
-
input
public static void input(MethodHandle methodHandle, HyperLogLogState state, long value)
-
input
public static void input(MethodHandle methodHandle, HyperLogLogState state, double value)
-
input
public static void input(MethodHandle methodHandle, HyperLogLogState state, Object value)
-
combineState
public static void combineState(HyperLogLogState state, HyperLogLogState otherState)
-
evaluateFinal
public static void evaluateFinal(HyperLogLogState state, BlockBuilder out)
-
-