Uses of Interface
io.trino.operator.aggregation.state.QuantileDigestAndPercentileState
-
Packages that use QuantileDigestAndPercentileState Package Description io.trino.operator.aggregation io.trino.operator.aggregation.state -
-
Uses of QuantileDigestAndPercentileState in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation with parameters of type QuantileDigestAndPercentileState Modifier and Type Method Description static voidApproximateDoublePercentileAggregations. combine(QuantileDigestAndPercentileState state, QuantileDigestAndPercentileState otherState)static voidApproximateLongPercentileAggregations. combine(QuantileDigestAndPercentileState state, QuantileDigestAndPercentileState otherState)static voidApproximateRealPercentileAggregations. combine(QuantileDigestAndPercentileState state, QuantileDigestAndPercentileState otherState)static voidApproximateDoublePercentileAggregations. output(QuantileDigestAndPercentileState state, BlockBuilder out)static voidApproximateLongPercentileAggregations. output(QuantileDigestAndPercentileState state, BlockBuilder out)static voidApproximateRealPercentileAggregations. output(QuantileDigestAndPercentileState state, BlockBuilder out)static voidApproximateDoublePercentileAggregations. weightedInput(QuantileDigestAndPercentileState state, double value, double weight, double percentile, double accuracy)Deprecated.static voidApproximateLongPercentileAggregations. weightedInput(QuantileDigestAndPercentileState state, long value, double weight, double percentile, double accuracy)Deprecated.static voidApproximateRealPercentileAggregations. weightedInput(QuantileDigestAndPercentileState state, long value, double weight, double percentile, double accuracy)Deprecated. -
Uses of QuantileDigestAndPercentileState in io.trino.operator.aggregation.state
Classes in io.trino.operator.aggregation.state that implement QuantileDigestAndPercentileState Modifier and Type Class Description static classQuantileDigestAndPercentileStateFactory.GroupedQuantileDigestAndPercentileStatestatic classQuantileDigestAndPercentileStateFactory.SingleQuantileDigestAndPercentileStateMethods in io.trino.operator.aggregation.state that return QuantileDigestAndPercentileState Modifier and Type Method Description QuantileDigestAndPercentileStateQuantileDigestAndPercentileStateFactory. createGroupedState()QuantileDigestAndPercentileStateQuantileDigestAndPercentileStateFactory. createSingleState()Methods in io.trino.operator.aggregation.state that return types with arguments of type QuantileDigestAndPercentileState Modifier and Type Method Description Class<? extends QuantileDigestAndPercentileState>QuantileDigestAndPercentileStateFactory. getGroupedStateClass()Class<? extends QuantileDigestAndPercentileState>QuantileDigestAndPercentileStateFactory. getSingleStateClass()Methods in io.trino.operator.aggregation.state with parameters of type QuantileDigestAndPercentileState Modifier and Type Method Description voidQuantileDigestAndPercentileStateSerializer. deserialize(Block block, int index, QuantileDigestAndPercentileState state)voidQuantileDigestAndPercentileStateSerializer. serialize(QuantileDigestAndPercentileState state, BlockBuilder out)
-