Class RawValue


public class RawValue extends ConstantValue<RawBuffer>
This class represents a raw value in a GroupingExpression.
Author:
Ulf Lilleengen, bratseth
  • Constructor Details

    • RawValue

      public RawValue(RawBuffer value)
      Constructs a new instance of this class.
      Parameters:
      value - The immutable value to assign to this.
  • Method Details