Class SumAggregationFunction<T>

  • Type Parameters:
    T - type of elements being summed
    All Implemented Interfaces:
    Serializable

    @Internal
    public abstract class SumAggregationFunction<T>
    extends AggregationFunction<T>
    Definitions of sum functions for different numerical types.
    See Also:
    Serialized Form
    • Constructor Detail

      • SumAggregationFunction

        public SumAggregationFunction()