Class ReverseFunction

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

    public class ReverseFunction
    extends FunctionNode
    This class represents a reverse-function in a GroupingExpression. It evaluates to a list that equals the list result of the argument, sorted in descending order.
    Author:
    baldersheim, bratseth