java.lang.Object
org.apache.flink.streaming.api.functions.aggregation.SumFunction
All Implemented Interfaces:
Serializable

@Internal public abstract class SumFunction extends Object implements Serializable
Internal function for summing up contents of fields. This is used with SumAggregator.
See Also:
  • Constructor Details

    • SumFunction

      public SumFunction()
  • Method Details