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 voidLegacyApproximateDoublePercentileAggregations. combine(QuantileDigestAndPercentileState state, QuantileDigestAndPercentileState otherState)static voidLegacyApproximateLongPercentileAggregations. combine(QuantileDigestAndPercentileState state, QuantileDigestAndPercentileState otherState)static voidLegacyApproximateRealPercentileAggregations. combine(QuantileDigestAndPercentileState state, QuantileDigestAndPercentileState otherState)static voidLegacyApproximateDoublePercentileAggregations. output(QuantileDigestAndPercentileState state, BlockBuilder out)static voidLegacyApproximateLongPercentileAggregations. output(QuantileDigestAndPercentileState state, BlockBuilder out)static voidLegacyApproximateRealPercentileAggregations. output(QuantileDigestAndPercentileState state, BlockBuilder out)static voidLegacyApproximateDoublePercentileAggregations. weightedInput(QuantileDigestAndPercentileState state, double value, double weight, double percentile, double accuracy)Deprecated.static voidLegacyApproximateLongPercentileAggregations. weightedInput(QuantileDigestAndPercentileState state, long value, double weight, double percentile, double accuracy)Deprecated.static voidLegacyApproximateRealPercentileAggregations. 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 with parameters of type QuantileDigestAndPercentileState Modifier and Type Method Description voidQuantileDigestAndPercentileStateSerializer. deserialize(Block block, int index, QuantileDigestAndPercentileState state)voidQuantileDigestAndPercentileStateSerializer. serialize(QuantileDigestAndPercentileState state, BlockBuilder out)
-