Uses of Interface
io.trino.operator.aggregation.state.TDigestAndPercentileArrayState
-
Packages that use TDigestAndPercentileArrayState Package Description io.trino.operator.aggregation io.trino.operator.aggregation.state -
-
Uses of TDigestAndPercentileArrayState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type TDigestAndPercentileArrayState Modifier and Type Method Description static 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 TDigestAndPercentileArrayState Modifier and Type Class Description static classTDigestAndPercentileArrayStateFactory.GroupedTDigestAndPercentileArrayStatestatic classTDigestAndPercentileArrayStateFactory.SingleTDigestAndPercentileArrayStateMethods in io.trino.operator.aggregation.state that return TDigestAndPercentileArrayState Modifier and Type Method Description TDigestAndPercentileArrayStateTDigestAndPercentileArrayStateFactory. createGroupedState()TDigestAndPercentileArrayStateTDigestAndPercentileArrayStateFactory. createSingleState()Methods in io.trino.operator.aggregation.state with parameters of type TDigestAndPercentileArrayState Modifier and Type Method Description voidTDigestAndPercentileArrayStateSerializer. deserialize(Block block, int index, TDigestAndPercentileArrayState state)voidTDigestAndPercentileArrayStateSerializer. serialize(TDigestAndPercentileArrayState state, BlockBuilder out)
-