Class OrderByClausePush


  • public class OrderByClausePush
    extends TuplePush
    Represents the tuple stream delivered by an "order by" clause. This sorts the tuple stream supplied as its input, and outputs the same tuples but in sorted order.