[
https://issues.apache.org/jira/browse/ARROW-10682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated ARROW-10682:
-----------------------------------
Labels: pull-request-available (was: )
> [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
> Labels: pull-request-available
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)