Class PercentileAggFunction.MultiPercentileAggFunction

java.lang.Object
org.apache.flink.table.functions.UserDefinedFunction
org.apache.flink.table.functions.ImperativeAggregateFunction<T,ACC>
org.apache.flink.table.functions.AggregateFunction<T,ACC>
All Implemented Interfaces:
Serializable, org.apache.flink.table.functions.FunctionDefinition
Enclosing class:
PercentileAggFunction<T>

public static class PercentileAggFunction.MultiPercentileAggFunction extends PercentileAggFunction<Double[]>
Percentile agg function with multiple percentage parameters.
See Also: