Class GroupByClausePush


  • public class GroupByClausePush
    extends TuplePush
    Represents the tuple stream delivered by an "group by" clause. This groups the tuple stream supplied as its input, and outputs a new set of tuples one per group of the input tuples. No groups are output until all the groups have been read.