Class CountAggregator


public class CountAggregator extends AggregatorNode
This class represents an count-aggregator in a GroupingExpression. It evaluates to the number of elements there are in the input.
Author:
Simon Thoresen Hult, bratseth
  • Constructor Details

    • CountAggregator

      public CountAggregator()
      Constructs a new instance of this class.
  • Method Details