This is optimized for null partitioning and merging along the first sort key. Other sort keys are delegated to the Comparator class.
| 639 | // This is optimized for null partitioning and merging along the first sort key. |
| 640 | // Other sort keys are delegated to the Comparator class. |
| 641 | Status Sort() { |
| 642 | ARROW_RETURN_NOT_OK(status_); |
| 643 | return SortInternal(); |
| 644 | } |
| 645 | |
| 646 | private: |
| 647 | static RecordBatchVector MakeBatches(const Table& table, Status* status) { |
no outgoing calls
no test coverage detected