Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-9759: [Rust] [DataFusion] Implement DataFrame.sort() #7976

Closed
wants to merge 3 commits into from

Conversation

andygrove
Copy link
Member

  • Implements DataFrame.sort
  • Improves Rustdoc code examples to use ? instead of unwrap()
  • Implements Expr.and and Expr.or since I noticed those were missing

@github-actions
Copy link

@andygrove andygrove closed this in 9bd3d50 Aug 16, 2020
emkornfield pushed a commit to emkornfield/arrow that referenced this pull request Sep 8, 2020
- Implements `DataFrame.sort`
- Improves Rustdoc code examples to use `?` instead of `unwrap()`
- Implements `Expr.and` and `Expr.or` since I noticed those were missing

Closes apache#7976 from andygrove/dataframe-sort

Authored-by: Andy Grove <andygrove73@gmail.com>
Signed-off-by: Andy Grove <andygrove73@gmail.com>
emkornfield pushed a commit to emkornfield/arrow that referenced this pull request Oct 16, 2020
- Implements `DataFrame.sort`
- Improves Rustdoc code examples to use `?` instead of `unwrap()`
- Implements `Expr.and` and `Expr.or` since I noticed those were missing

Closes apache#7976 from andygrove/dataframe-sort

Authored-by: Andy Grove <andygrove73@gmail.com>
Signed-off-by: Andy Grove <andygrove73@gmail.com>
GeorgeAp pushed a commit to sirensolutions/arrow that referenced this pull request Jun 7, 2021
- Implements `DataFrame.sort`
- Improves Rustdoc code examples to use `?` instead of `unwrap()`
- Implements `Expr.and` and `Expr.or` since I noticed those were missing

Closes apache#7976 from andygrove/dataframe-sort

Authored-by: Andy Grove <andygrove73@gmail.com>
Signed-off-by: Andy Grove <andygrove73@gmail.com>
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.

None yet

1 participant