Skip to content

Sorting capabilities on arrays #4760

@AdamGS

Description

@AdamGS

Sorting data is obviously a common use case, but these are a few features that I think would be useful:

  1. Sorting a single array, for some types it could even happen without moving data
  2. Lexical sort using multiple columns
  3. Sorting to indices which gives us an array to use with take, and which passing around or holding in memory is much cheaper.
  4. Sorting with a limit - only returning limit items
  5. Sorting can be in both ascending and descending orders.

References

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions