Class RawPredefined

All Implemented Interfaces:
Iterable<GroupingExpression>

public class RawPredefined extends PredefinedFunction
This class represents a predefined bucket-function in a GroupingExpression for expressions that evaluate to a raw.
Author:
Ulf Lilleengen
  • Constructor Details

    • RawPredefined

      public RawPredefined(GroupingExpression exp, RawBucket arg1, RawBucket... argN)
      Constructs a new instance of this class.
      Parameters:
      exp - The expression to evaluate, must evaluate to a string.
      arg1 - The compulsory bucket.
      argN - The optional buckets.
  • Method Details