Class DayOfMonthFunction

All Implemented Interfaces:
Iterable<GroupingExpression>

public class DayOfMonthFunction extends FunctionNode
This class represents a day-of-month timestamp-function in a GroupingExpression. It evaluates to a long that equals the day of month (1-31) of the result of the argument.
Author:
Simon Thoresen Hult, bratseth
  • Constructor Details

    • DayOfMonthFunction

      public DayOfMonthFunction(GroupingExpression exp)
      Constructs a new instance of this class.
      Parameters:
      exp - The expression to evaluate, must evaluate to a long.
  • Method Details