Commits


Ian Cook authored and Neal Richardson committed 515b05c3bba
ARROW-11703: [R] Implement dplyr::arrange() - [x] Implement `SortIndices` R6 method for `ArrowTabular` - [x] Add `SortIndices` tests - [x] Implement `dplyr::arrange()` - [x] Add `dplyr::arrange()` tests - [x] Create follow-up issues There also are a some indirectly related opportunistic additions here, including: - `SortIndices` R6 methods and `sort()` S3 methods for `Array`, `ChunkedArray` with tests Closes #9745 from ianmcook/ARROW-11703 Authored-by: Ian Cook <ianmcook@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>