Class MinuteOfHourFunction

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

    • MinuteOfHourFunction

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