Class MinAggregationFunction.MinAggregationFunctionFactory
- java.lang.Object
-
- org.apache.flink.api.java.aggregation.MinAggregationFunction.MinAggregationFunctionFactory
-
- All Implemented Interfaces:
Serializable,AggregationFunctionFactory
- Enclosing class:
- MinAggregationFunction<T extends Comparable<T>>
public static final class MinAggregationFunction.MinAggregationFunctionFactory extends Object implements AggregationFunctionFactory
Factory forMinAggregationFunction.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MinAggregationFunctionFactory()
-
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
-
-