Package | Description |
---|---|
org.apache.flink.api.java.aggregation |
Modifier and Type | Class and Description |
---|---|
class |
MaxAggregationFunction<T extends Comparable<T>>
Implementation of
AggregationFunction for max operation. |
class |
MinAggregationFunction<T extends Comparable<T>>
Implementations of
AggregationFunction for min operation. |
class |
SumAggregationFunction<T>
Definitions of sum functions for different numerical types.
|
Modifier and Type | Method and Description |
---|---|
<T> AggregationFunction<T> |
MinAggregationFunction.MinAggregationFunctionFactory.createAggregationFunction(Class<T> type) |
<T> AggregationFunction<T> |
AggregationFunctionFactory.createAggregationFunction(Class<T> type) |
<T> AggregationFunction<T> |
MaxAggregationFunction.MaxAggregationFunctionFactory.createAggregationFunction(Class<T> type) |
<T> AggregationFunction<T> |
SumAggregationFunction.SumAggregationFunctionFactory.createAggregationFunction(Class<T> type) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.