Package io.trino.operator.aggregation
Class DefaultApproximateCountDistinctAggregation
java.lang.Object
io.trino.operator.aggregation.DefaultApproximateCountDistinctAggregation
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcombineState(HyperLogLogState state, HyperLogLogState otherState) static voidevaluateFinal(HyperLogLogState state, BlockBuilder out) static voidinput(HyperLogLogState state, ValueBlock 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 Details
-
input
-
input
-
input
-
input
-
combineState
-
evaluateFinal
-