Package io.trino.operator.aggregation
Class TDigestAggregationFunction
- java.lang.Object
-
- io.trino.operator.aggregation.TDigestAggregationFunction
-
public final class TDigestAggregationFunction extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcombine(TDigestState state, TDigestState otherState)static voidinput(TDigestState state, double value)static voidoutput(TDigestState state, BlockBuilder out)static voidweightedInput(TDigestState state, double value, double weight)
-
-
-
Method Detail
-
input
public static void input(TDigestState state, double value)
-
weightedInput
public static void weightedInput(TDigestState state, double value, double weight)
-
combine
public static void combine(TDigestState state, TDigestState otherState)
-
output
public static void output(TDigestState state, BlockBuilder out)
-
-