Uses of Interface
io.trino.operator.aggregation.state.TDigestAndPercentileState
-
Packages that use TDigestAndPercentileState Package Description io.trino.operator.aggregation io.trino.operator.aggregation.state -
-
Uses of TDigestAndPercentileState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type TDigestAndPercentileState Modifier and Type Method Description static 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 TDigestAndPercentileState Modifier and Type Class Description static classTDigestAndPercentileStateFactory.GroupedTDigestAndPercentileStatestatic classTDigestAndPercentileStateFactory.SingleTDigestAndPercentileStateMethods in io.trino.operator.aggregation.state that return TDigestAndPercentileState Modifier and Type Method Description TDigestAndPercentileStateTDigestAndPercentileStateFactory. createGroupedState()TDigestAndPercentileStateTDigestAndPercentileStateFactory. createSingleState()Methods in io.trino.operator.aggregation.state that return types with arguments of type TDigestAndPercentileState Modifier and Type Method Description Class<? extends TDigestAndPercentileState>TDigestAndPercentileStateFactory. getGroupedStateClass()Class<? extends TDigestAndPercentileState>TDigestAndPercentileStateFactory. getSingleStateClass()Methods in io.trino.operator.aggregation.state with parameters of type TDigestAndPercentileState Modifier and Type Method Description voidTDigestAndPercentileStateSerializer. deserialize(Block block, int index, TDigestAndPercentileState state)voidTDigestAndPercentileStateSerializer. serialize(TDigestAndPercentileState state, BlockBuilder out)
-