Module datafusion_physical_plan::sorts::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§
- Sort execution plan.