Class MinAggregator


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

    • MinAggregator

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