Class SortUtility


  • public class SortUtility
    extends Object
    Implements several modes of a multi-pass sort. TODO: could consider using an index for dup_removal and maintaining a separate output buffer TODO: release the tuple buffer in the last merge pass if sublists will fit in processing batch size