Implement sorting of columns with >2B rows
Open
improve
- Dominant language
- C++
- Stars
- 1.9k
- Forks
- 164
- Avg merge
- 7h 31m
- Merged PRs (30d)
- 1
Description
Currently the `sort()` function works with `int32` indices only, which means we cannot sort columns that have more than 2B rows. This is a major obstacle for supporting really big data datasets.
Contributor guide
Assessment
This issue has not been assessed yet.