Uses of Interface
io.trino.operator.aggregation.BigintApproximateMostFrequent.State
-
Packages that use BigintApproximateMostFrequent.State Package Description io.trino.operator.aggregation -
-
Uses of BigintApproximateMostFrequent.State in io.trino.operator.aggregation
Classes in io.trino.operator.aggregation that implement BigintApproximateMostFrequent.State Modifier and Type Class Description static classLongApproximateMostFrequentStateFactory.GroupedLongApproximateMostFrequentStatestatic classLongApproximateMostFrequentStateFactory.SingleLongApproximateMostFrequentStateMethods in io.trino.operator.aggregation that return BigintApproximateMostFrequent.State Modifier and Type Method Description BigintApproximateMostFrequent.StateLongApproximateMostFrequentStateFactory. createGroupedState()BigintApproximateMostFrequent.StateLongApproximateMostFrequentStateFactory. createSingleState()Methods in io.trino.operator.aggregation with parameters of type BigintApproximateMostFrequent.State Modifier and Type Method Description static voidBigintApproximateMostFrequent. combine(BigintApproximateMostFrequent.State state, BigintApproximateMostFrequent.State otherState)voidLongApproximateMostFrequentStateSerializer. deserialize(Block block, int index, BigintApproximateMostFrequent.State state)static voidBigintApproximateMostFrequent. input(BigintApproximateMostFrequent.State state, long buckets, long value, long capacity)static voidBigintApproximateMostFrequent. output(BigintApproximateMostFrequent.State state, BlockBuilder out)voidLongApproximateMostFrequentStateSerializer. serialize(BigintApproximateMostFrequent.State state, BlockBuilder out)
-