[
https://issues.apache.org/jira/browse/ARROW-10682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jörn Horstmann reassigned ARROW-10682:
--------------------------------------
Assignee: Jörn Horstmann
> [Rust] Sort kernel performance tuning
> -------------------------------------
>
> Key: ARROW-10682
> URL: https://issues.apache.org/jira/browse/ARROW-10682
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Rust
> Reporter: Jörn Horstmann
> Assignee: Jörn Horstmann
> Priority: Major
>
> The `is_valid` calls inside the lexical comparator are not being inlined
> because calls go through a `dyn Array`. We can instead call the `is_valid`
> function of `ArrayData` directly.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)