Class AggregationFunction<T>

java.lang.Object
org.apache.flink.streaming.api.functions.aggregation.AggregationFunction<T>
All Implemented Interfaces:
Serializable, org.apache.flink.api.common.functions.Function, org.apache.flink.api.common.functions.ReduceFunction<T>
Direct Known Subclasses:
ComparableAggregator, SumAggregator

@Internal public abstract class AggregationFunction<T> extends Object implements org.apache.flink.api.common.functions.ReduceFunction<T>
Holder class for aggregation types that can be used on a windowed stream or keyed stream.
See Also:
  • Constructor Details

    • AggregationFunction

      public AggregationFunction()