Class MinuteOfHourFunction

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

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