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

Define null ordering #723

Open
robert3005 opened this issue Sep 3, 2024 · 1 comment
Open

Define null ordering #723

robert3005 opened this issue Sep 3, 2024 · 1 comment

Comments

@robert3005
Copy link
Member

robert3005 commented Sep 3, 2024

Are nulls largest or smallest? Likely largest per defaults in SQLite, Postgres and Snowflake. Do we need to be able to override this behaviour?

@a10y
Copy link
Contributor

a10y commented Sep 4, 2024

https://github.com/apache/arrow-rs/blob/master/arrow-ord/src/rank.rs#L25-L48

Arrow does smallest by default, most do largest by default. In Arrow it's configurable

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

2 participants