Open robert3005 opened 2 months ago
Are nulls largest or smallest? Likely largest per defaults in SQLite, Postgres and Snowflake. Do we need to be able to override this behaviour?
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
Are nulls largest or smallest? Likely largest per defaults in SQLite, Postgres and Snowflake. Do we need to be able to override this behaviour?