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.
Reporter: Jörn Horstmann / @jhorstmann
Assignee: Jörn Horstmann / @jhorstmann
PRs and other links:
Note: This issue was originally created as ARROW-10682. Please see the migration documentation for further details.
The
is_validcalls inside the lexical comparator are not being inlined because calls go through adyn Array. We can instead call theis_validfunction ofArrayDatadirectly.Reporter: Jörn Horstmann / @jhorstmann
Assignee: Jörn Horstmann / @jhorstmann
PRs and other links:
Note: This issue was originally created as ARROW-10682. Please see the migration documentation for further details.