Class HourOfDayFunction

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

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