Class XorAggregator


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

    • XorAggregator

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