Class DayOfYearFunction

All Implemented Interfaces:
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
  • Constructor Details

    • DayOfYearFunction

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