Skip to content

Conversation

@ianmcook
Copy link
Member

@ianmcook ianmcook commented Mar 18, 2021

  • Implement SortIndices R6 method for ArrowTabular
  • Add SortIndices tests
  • Implement dplyr::arrange()
  • Add dplyr::arrange() tests
  • Create follow-up issues

There also are a some indirectly related opportunistic additions here, including:

  • SortIndices R6 methods and sort() S3 methods for ArrayChunkedArray with tests

@github-actions
Copy link

@ianmcook
Copy link
Member Author

sort() is an S3 generic so it was easy to implement methods for the ArrowDatum types. It would nice to implement order() methods too, but order() is not an S3 generic. Looking at what the bit64 developer did to implement sort(), I think it is not worthwhile here.

@nealrichardson nealrichardson changed the title ARROW-11703: [R] Implement dplyr::arrange() [WIP] ARROW-11703: [R] Implement dplyr::arrange() Mar 24, 2021
@ianmcook ianmcook marked this pull request as ready for review March 24, 2021 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants