Class SortFunction

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

    • SortFunction

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