[
https://issues.apache.org/jira/browse/ARROW-4040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661063#comment-17661063
]
Rok Mihevc commented on ARROW-4040:
-----------------------------------
This issue has been migrated to [issue
#20639|https://github.com/apache/arrow/issues/20639] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [Rust] Add array_ops method for filtering an array
> --------------------------------------------------
>
> Key: ARROW-4040
> URL: https://issues.apache.org/jira/browse/ARROW-4040
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Rust
> Reporter: Andy Grove
> Assignee: Andy Grove
> Priority: Minor
> Fix For: 0.13.0
>
>
> Implement a method that can filter an array based on a provided boolean
> array and return a new array containing the filtered values.
> {code:java}
> fn filter(array: &Array, filter: &BooleanArray) -> ArrayRef{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)