Class DayOfYearFunction

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

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