Class DayOfWeekFunction

  • All Implemented Interfaces:
    java.lang.Iterable<GroupingExpression>

    public class DayOfWeekFunction
    extends FunctionNode
    This class represents a day-of-week timestamp-function in a GroupingExpression. It evaluates to a long that equals the day of week (0 - 6) of the result of the argument, Monday being 0.
    Author:
    Simon Thoresen Hult, bratseth