You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Andy Grove (JIRA)" <ji...@apache.org> on 2018/12/15 17:31:00 UTC

[jira] [Created] (ARROW-4040) [Rust] Add array_ops method for filtering an array

Andy Grove created ARROW-4040:
---------------------------------

             Summary: [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
             Fix For: 0.12.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
(v7.6.3#76005)