Class DoublePredefined

All Implemented Interfaces:
Iterable<GroupingExpression>

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

    • DoublePredefined

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