Skip to content

[C++] Add nulls position option to sort functions #27889

@asfimport

Description

@asfimport

Currently in the sort functions, nulls are considered greater than any other value and are sorted at the the end of the array. Add an option to enable users to sort nulls at the beginning if they wish. This option is common in analytic data systems, e.g. SQL NULLS FIRST and NULLS LAST, pandas na_position, R na.last.

Reporter: Ian Cook / @ianmcook
Assignee: Antoine Pitrou / @pitrou

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-12063. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions