Class SortFunction

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

    public class SortFunction
    extends FunctionNode
    This class represents a sort-function in a GroupingExpression. It evaluates to a list that equals the list result of the argument, sorted in ascending order.
    Author:
    baldersheim, bratseth
    • Constructor Detail

      • SortFunction

        public SortFunction​(GroupingExpression exp)
        Constructs a new instance of this class.
        Parameters:
        exp - The expression to evaluate, must evaluate to a list.