Uses of Interface
io.trino.operator.aggregation.VarcharApproximateMostFrequent.State
-
Packages that use VarcharApproximateMostFrequent.State Package Description io.trino.operator.aggregation -
-
Uses of VarcharApproximateMostFrequent.State in io.trino.operator.aggregation
Classes in io.trino.operator.aggregation that implement VarcharApproximateMostFrequent.State Modifier and Type Class Description static classStringApproximateMostFrequentStateFactory.GroupedLongApproximateMostFrequentStatestatic classStringApproximateMostFrequentStateFactory.SingleLongApproximateMostFrequentStateMethods in io.trino.operator.aggregation that return VarcharApproximateMostFrequent.State Modifier and Type Method Description VarcharApproximateMostFrequent.StateStringApproximateMostFrequentStateFactory. createGroupedState()VarcharApproximateMostFrequent.StateStringApproximateMostFrequentStateFactory. createSingleState()Methods in io.trino.operator.aggregation with parameters of type VarcharApproximateMostFrequent.State Modifier and Type Method Description static 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)
-