Package org.apache.flink.streaming.api.functions.aggregation
-
Class Summary Class Description AggregationFunction<T> Holder class for aggregation types that can be used on a windowed stream or keyed stream.ComparableAggregator<T> AnAggregationFunction
that computes values based on comparisons ofComparables
.Comparator Internal comparator implementation, for use withComparableAggregator
.SumAggregator<T> AnAggregationFunction
that sums up fields.SumFunction Internal function for summing up contents of fields. -
Enum Summary Enum Description AggregationFunction.AggregationType Aggregation types that can be used on a windowed stream or keyed stream.