Class LongPredefined

All Implemented Interfaces:
Iterable<GroupingExpression>

public class LongPredefined extends PredefinedFunction
This class represents a predefined bucket-function in a GroupingExpression for expressions that evaluate to a long.
Author:
Simon Thoresen Hult, bratseth
  • Constructor Details

    • LongPredefined

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