Package io.trino.operator.aggregation
Class MergeHyperLogLogAggregation
- java.lang.Object
-
- io.trino.operator.aggregation.MergeHyperLogLogAggregation
-
public final class MergeHyperLogLogAggregation extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcombine(HyperLogLogState state, HyperLogLogState otherState)static voidinput(HyperLogLogState state, io.airlift.slice.Slice value)static voidoutput(HyperLogLogState state, BlockBuilder out)
-
-
-
Method Detail
-
input
public static void input(HyperLogLogState state, io.airlift.slice.Slice value)
-
combine
public static void combine(HyperLogLogState state, HyperLogLogState otherState)
-
output
public static void output(HyperLogLogState state, BlockBuilder out)
-
-