Package io.trino.operator.aggregation
Class LegacyApproximateLongPercentileAggregations
java.lang.Object
io.trino.operator.aggregation.LegacyApproximateLongPercentileAggregations
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcombine(QuantileDigestAndPercentileState state, QuantileDigestAndPercentileState otherState) static voidoutput(QuantileDigestAndPercentileState state, BlockBuilder out) static voidweightedInput(QuantileDigestAndPercentileState state, long value, double weight, double percentile, double accuracy) Deprecated.
-
Method Details
-
weightedInput
@Deprecated public static void weightedInput(QuantileDigestAndPercentileState state, long value, double weight, double percentile, double accuracy) Deprecated. -
combine
public static void combine(QuantileDigestAndPercentileState state, QuantileDigestAndPercentileState otherState) -
output
-