Uses of Interface
io.trino.operator.aggregation.state.TDigestAndPercentileState
Packages that use TDigestAndPercentileState
-
Uses of TDigestAndPercentileState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type TDigestAndPercentileStateModifier and TypeMethodDescriptionstatic voidApproximateDoublePercentileAggregations.combine(TDigestAndPercentileState state, TDigestAndPercentileState otherState) static voidApproximateLongPercentileAggregations.combine(TDigestAndPercentileState state, TDigestAndPercentileState otherState) static voidApproximateRealPercentileAggregations.combine(TDigestAndPercentileState state, TDigestAndPercentileState otherState) static voidApproximateDoublePercentileAggregations.input(TDigestAndPercentileState state, double value, double percentile) static voidApproximateLongPercentileAggregations.input(TDigestAndPercentileState state, long value, double percentile) static voidApproximateRealPercentileAggregations.input(TDigestAndPercentileState state, long value, double percentile) static voidApproximateDoublePercentileAggregations.output(TDigestAndPercentileState state, BlockBuilder out) static voidApproximateLongPercentileAggregations.output(TDigestAndPercentileState state, BlockBuilder out) static voidApproximateRealPercentileAggregations.output(TDigestAndPercentileState state, BlockBuilder out) static voidApproximateDoublePercentileAggregations.weightedInput(TDigestAndPercentileState state, double value, double weight, double percentile) static voidApproximateLongPercentileAggregations.weightedInput(TDigestAndPercentileState state, long value, double weight, double percentile) static voidApproximateRealPercentileAggregations.weightedInput(TDigestAndPercentileState state, long value, double weight, double percentile) -
Uses of TDigestAndPercentileState in io.trino.operator.aggregation.state
Classes in io.trino.operator.aggregation.state that implement TDigestAndPercentileStateModifier and TypeClassDescriptionstatic classstatic classClasses in io.trino.operator.aggregation.state that implement interfaces with type arguments of type TDigestAndPercentileStateModifier and TypeClassDescriptionclassclassMethods in io.trino.operator.aggregation.state that return TDigestAndPercentileStateModifier and TypeMethodDescriptionTDigestAndPercentileStateFactory.createGroupedState()TDigestAndPercentileStateFactory.createSingleState()Methods in io.trino.operator.aggregation.state with parameters of type TDigestAndPercentileStateModifier and TypeMethodDescriptionvoidTDigestAndPercentileStateSerializer.deserialize(Block block, int index, TDigestAndPercentileState state) voidTDigestAndPercentileStateSerializer.serialize(TDigestAndPercentileState state, BlockBuilder out)