Jorge Leitão created ARROW-10381:
------------------------------------
Summary: [Rust] Generalize Arrow to support MergeSort
Key: ARROW-10381
URL: https://issues.apache.org/jira/browse/ARROW-10381
Project: Apache Arrow
Issue Type: Improvement
Components: Rust
Affects Versions: 3.0.0
Reporter: Jorge Leitão
Assignee: Jorge Leitão
Currently, the code to sort is centered around creating an array that can be
sorted. This is useful for intra-array comparison, but does not allow things
like `merge-sort`, where a comparison between two arrays (of the same data
type).
The goal of this issue is to generalize the current code to support both.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)