Module sort

Source
Expand description

Sort that deals with an arbitrary size of the input. It will do in-memory sorting if it has enough memory budget but spills to disk if needed.

Structs§

SortExec
Sort execution plan.

Functions§

sort_batch