[
https://issues.apache.org/jira/browse/ARROW-8500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney reassigned ARROW-8500:
-----------------------------------
Assignee: Wes McKinney
> [C++] Use selection vectors in Filter implementation for record batches,
> tables
> -------------------------------------------------------------------------------
>
> Key: ARROW-8500
> URL: https://issues.apache.org/jira/browse/ARROW-8500
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++
> Reporter: Wes McKinney
> Assignee: Wes McKinney
> Priority: Major
> Fix For: 1.0.0
>
>
> The current implementation of {{Filter}} on RecordBatch, Table does redundant
> analysis of the filter array. It would be more efficient in most cases (i.e.
> whenever there are multiple columns) to convert the boolean array into a
> selection vector and then use {{Take}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)