Class MaxAggregationFunction.MaxAggregationFunctionFactory
- java.lang.Object
-
- org.apache.flink.api.java.aggregation.MaxAggregationFunction.MaxAggregationFunctionFactory
-
- All Implemented Interfaces:
Serializable,AggregationFunctionFactory
- Enclosing class:
- MaxAggregationFunction<T extends Comparable<T>>
public static final class MaxAggregationFunction.MaxAggregationFunctionFactory extends Object implements AggregationFunctionFactory
Factory forMaxAggregationFunction.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MaxAggregationFunctionFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> AggregationFunction<T>createAggregationFunction(Class<T> type)
-
-
-
Method Detail
-
createAggregationFunction
public <T> AggregationFunction<T> createAggregationFunction(Class<T> type)
- Specified by:
createAggregationFunctionin interfaceAggregationFunctionFactory
-
-