- Implement an efficient multi-column sorting routine for `DataTable` - Make sure it follows the bucketing semantics of the store so the data is already sorted even post-bucketization - Share as much of the code with the in-bucket sort routine Related: - #433 - #442
DataTableRelated: