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