Class ToLongFunction

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

    public class ToLongFunction
    extends FunctionNode
    This class represents a tolong-function in a GroupingExpression. It converts the result of the argument to a long. If the argument can not be converted, this function returns 0.
    Author:
    baldersheim, bratseth