Class AvgAggregator


public class AvgAggregator extends AggregatorNode
This class represents an average-aggregator in a GroupingExpression. It evaluates to the average value that the contained expression evaluated to over all the inputs.
Author:
Simon Thoresen Hult, bratseth
  • Constructor Details

    • AvgAggregator

      public AvgAggregator(GroupingExpression expression)
      Constructs a new instance of this class.
      Parameters:
      expression - the expression to aggregate on.
  • Method Details