Class XorAggregationResult

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class XorAggregationResult
    extends AggregationResult
    This is an aggregated result holding the xor of the aggregating expression for all matching hits.
    Author:
    baldersheim, Simon Thoresen Hult
    See Also:
    Serialized Form
    • Field Detail

      • classId

        public static final int classId
    • Constructor Detail

      • XorAggregationResult

        public XorAggregationResult()
        Constructs an empty result node. NOTE: This instance is broken until non-optional member data is set.
      • XorAggregationResult

        public XorAggregationResult​(long xor)
        Constructs an instance of this class with given xor value.
        Parameters:
        xor - The initial xor value to set.