package sorter
Type Members
- abstract class ExternalSorter extends Sorter
Does an external sort of the provided values.
- class PatchedBufferedExternalSorter extends Sorter
Sorterthat will use in memory sorting until the values can't fit into memory and will then fall back to external sorting.Sorterthat will use in memory sorting until the values can't fit into memory and will then fall back to external sorting.- Annotations
- @PatchedFromBeam()
- class SorterSysProps extends AnyRef