[ 
https://issues.apache.org/jira/browse/ARROW-4605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16771558#comment-16771558
 ] 

Neville Dipale commented on ARROW-4605:
---------------------------------------

Hi [~ntrinquier], for filter, you might considerĀ 
fn filter(a: &Array, predicate: &BooleanArray)
so the predicate evaluationĀ is evaluated once, and a boolean array passed to 
filter each array.

> [Rust] Move filter and limit code from DataFusion into compute module
> ---------------------------------------------------------------------
>
>                 Key: ARROW-4605
>                 URL: https://issues.apache.org/jira/browse/ARROW-4605
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: Rust
>    Affects Versions: 0.12.0
>            Reporter: Andy Grove
>            Priority: Major
>             Fix For: 0.13.0
>
>
> FilterRelation and the new LimitRelation (in ARROW-4464) contain code for 
> filtering and limiting arrays that could now be pushed down into the compute 
> module.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to