Uses of Class
org.apache.flink.api.java.aggregation.AggregationFunction
-
Packages that use AggregationFunction Package Description org.apache.flink.api.java.aggregation -
-
Uses of AggregationFunction in org.apache.flink.api.java.aggregation
Subclasses of AggregationFunction in org.apache.flink.api.java.aggregation Modifier and Type Class Description classMaxAggregationFunction<T extends Comparable<T>>Implementation ofAggregationFunctionfor max operation.classMinAggregationFunction<T extends Comparable<T>>Implementations ofAggregationFunctionfor min operation.classSumAggregationFunction<T>Definitions of sum functions for different numerical types.Methods in org.apache.flink.api.java.aggregation that return AggregationFunction Modifier and Type Method Description <T> AggregationFunction<T>AggregationFunctionFactory. createAggregationFunction(Class<T> type)<T> AggregationFunction<T>MaxAggregationFunction.MaxAggregationFunctionFactory. createAggregationFunction(Class<T> type)<T> AggregationFunction<T>MinAggregationFunction.MinAggregationFunctionFactory. createAggregationFunction(Class<T> type)<T> AggregationFunction<T>SumAggregationFunction.SumAggregationFunctionFactory. createAggregationFunction(Class<T> type)
-