Uses of Interface
io.trino.operator.aggregation.BigintApproximateMostFrequent.State
Packages that use BigintApproximateMostFrequent.State
-
Uses of BigintApproximateMostFrequent.State in io.trino.operator.aggregation
Classes in io.trino.operator.aggregation that implement BigintApproximateMostFrequent.StateModifier and TypeClassDescriptionstatic classstatic classClasses in io.trino.operator.aggregation that implement interfaces with type arguments of type BigintApproximateMostFrequent.StateModifier and TypeClassDescriptionclassclassMethods in io.trino.operator.aggregation that return BigintApproximateMostFrequent.StateModifier and TypeMethodDescriptionLongApproximateMostFrequentStateFactory.createGroupedState()LongApproximateMostFrequentStateFactory.createSingleState()Methods in io.trino.operator.aggregation with parameters of type BigintApproximateMostFrequent.StateModifier and TypeMethodDescriptionstatic 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)