Uses of Interface
io.trino.type.setdigest.SetDigestState
Packages that use SetDigestState
-
Uses of SetDigestState in io.trino.type.setdigest
Classes in io.trino.type.setdigest that implement SetDigestStateModifier and TypeClassDescriptionstatic classstatic classClasses in io.trino.type.setdigest that implement interfaces with type arguments of type SetDigestStateMethods in io.trino.type.setdigest that return SetDigestStateModifier and TypeMethodDescriptionSetDigestStateFactory.createGroupedState()SetDigestStateFactory.createSingleState()Methods in io.trino.type.setdigest with parameters of type SetDigestStateModifier and TypeMethodDescriptionstatic voidBuildSetDigestAggregation.combine(SetDigestState state, SetDigestState otherState) static voidMergeSetDigestAggregation.combine(SetDigestState state, SetDigestState otherState) voidSetDigestStateSerializer.deserialize(Block block, int index, SetDigestState state) static voidBuildSetDigestAggregation.input(SetDigestState state, long value) static voidBuildSetDigestAggregation.input(SetDigestState state, io.airlift.slice.Slice value) static voidMergeSetDigestAggregation.input(SetDigestState state, io.airlift.slice.Slice value) static voidBuildSetDigestAggregation.output(SetDigestState state, BlockBuilder out) static voidMergeSetDigestAggregation.output(SetDigestState state, BlockBuilder out) voidSetDigestStateSerializer.serialize(SetDigestState state, BlockBuilder out)