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