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

Implement descending sorting #10

Closed
nils-braun opened this issue Aug 27, 2020 · 0 comments
Closed

Implement descending sorting #10

nils-braun opened this issue Aug 27, 2020 · 0 comments

Comments

@nils-braun
Copy link
Collaborator

Currently, dask-sql can only handle descending sorting, as the set_index function can not handle anything else.
This might be possible to overcome, e.g. by using a clever way of column redefinitions or by implementing a custom function (instead of set_index).

nils-braun added a commit that referenced this issue Nov 9, 2020
charlesbluca added a commit to charlesbluca/dask-sql that referenced this issue Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant