Class 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:
    Serialized Form
    • Constructor Detail

      • AggregationFunction

        public AggregationFunction()