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 classMethods 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)