Class NowFunction

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

    public class NowFunction
    extends FunctionNode
    This class represents a now-function in a GroupingExpression. It evaluates to a long that equals the number of seconds since midnight, January 1, 1970 UTC.
    Author:
    Simon Thoresen Hult, bratseth