Uses of Interface
io.trino.operator.aggregation.state.TDigestAndPercentileArrayState
Packages that use TDigestAndPercentileArrayState
-
Uses of TDigestAndPercentileArrayState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type TDigestAndPercentileArrayStateModifier and TypeMethodDescriptionstatic voidApproximateDoublePercentileArrayAggregations.combine(TDigestAndPercentileArrayState state, TDigestAndPercentileArrayState otherState) static voidApproximateLongPercentileArrayAggregations.combine(TDigestAndPercentileArrayState state, TDigestAndPercentileArrayState otherState) static voidApproximateRealPercentileArrayAggregations.combine(TDigestAndPercentileArrayState state, TDigestAndPercentileArrayState otherState) static voidApproximateDoublePercentileArrayAggregations.input(TDigestAndPercentileArrayState state, double value, Block percentilesArrayBlock) static voidApproximateLongPercentileArrayAggregations.input(TDigestAndPercentileArrayState state, long value, Block percentilesArrayBlock) static voidApproximateRealPercentileArrayAggregations.input(TDigestAndPercentileArrayState state, long value, Block percentilesArrayBlock) static voidApproximateDoublePercentileArrayAggregations.output(TDigestAndPercentileArrayState state, BlockBuilder out) static voidApproximateLongPercentileArrayAggregations.output(TDigestAndPercentileArrayState state, BlockBuilder out) static voidApproximateRealPercentileArrayAggregations.output(TDigestAndPercentileArrayState state, BlockBuilder out) static voidApproximateDoublePercentileArrayAggregations.weightedInput(TDigestAndPercentileArrayState state, double value, double weight, Block percentilesArrayBlock) static voidApproximateLongPercentileArrayAggregations.weightedInput(TDigestAndPercentileArrayState state, long value, double weight, Block percentilesArrayBlock) static voidApproximateRealPercentileArrayAggregations.weightedInput(TDigestAndPercentileArrayState state, long value, double weight, Block percentilesArrayBlock) -
Uses of TDigestAndPercentileArrayState in io.trino.operator.aggregation.state
Classes in io.trino.operator.aggregation.state that implement TDigestAndPercentileArrayStateModifier and TypeClassDescriptionstatic classstatic classMethods in io.trino.operator.aggregation.state that return TDigestAndPercentileArrayStateModifier and TypeMethodDescriptionTDigestAndPercentileArrayStateFactory.createGroupedState()TDigestAndPercentileArrayStateFactory.createSingleState()Methods in io.trino.operator.aggregation.state with parameters of type TDigestAndPercentileArrayStateModifier and TypeMethodDescriptionvoidTDigestAndPercentileArrayStateSerializer.deserialize(Block block, int index, TDigestAndPercentileArrayState state) voidTDigestAndPercentileArrayStateSerializer.serialize(TDigestAndPercentileArrayState state, BlockBuilder out)