Class DayOfMonthFunction

  • All Implemented Interfaces:
    java.lang.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