Uses of Interface
io.trino.operator.aggregation.VarcharApproximateMostFrequent.State
Packages that use VarcharApproximateMostFrequent.State
-
Uses of VarcharApproximateMostFrequent.State in io.trino.operator.aggregation
Classes in io.trino.operator.aggregation that implement VarcharApproximateMostFrequent.StateModifier and TypeClassDescriptionstatic classstatic classMethods in io.trino.operator.aggregation that return VarcharApproximateMostFrequent.StateModifier and TypeMethodDescriptionStringApproximateMostFrequentStateFactory.createGroupedState()StringApproximateMostFrequentStateFactory.createSingleState()Methods in io.trino.operator.aggregation with parameters of type VarcharApproximateMostFrequent.StateModifier and TypeMethodDescriptionstatic voidVarcharApproximateMostFrequent.combine(VarcharApproximateMostFrequent.State state, VarcharApproximateMostFrequent.State otherState) voidStringApproximateMostFrequentStateSerializer.deserialize(Block block, int index, VarcharApproximateMostFrequent.State state) static voidVarcharApproximateMostFrequent.input(VarcharApproximateMostFrequent.State state, long buckets, io.airlift.slice.Slice value, long capacity) static voidVarcharApproximateMostFrequent.output(VarcharApproximateMostFrequent.State state, BlockBuilder out) voidStringApproximateMostFrequentStateSerializer.serialize(VarcharApproximateMostFrequent.State state, BlockBuilder out)