[ 
https://issues.apache.org/jira/browse/ARROW-10381?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jorge Leitão updated ARROW-10381:
---------------------------------
    Description: 
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) is needed.

The goal of this issue is to generalize the current code to support both.

  was:
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.


> [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
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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) is needed.
> 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)

Reply via email to