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

Pindikura Ravindra commented on ARROW-3511:
-------------------------------------------

I picked the idea of using selection vectors from dremio. Iterating over a 
selection vector should be more efficient that iterating over bits in a bitmap, 
especially when the selectivity is low. but, I haven't benchmarked this.

 

 

> [Gandiva] support input selection vectors for both projector and filter
> -----------------------------------------------------------------------
>
>                 Key: ARROW-3511
>                 URL: https://issues.apache.org/jira/browse/ARROW-3511
>             Project: Apache Arrow
>          Issue Type: Task
>          Components: Gandiva
>            Reporter: Pindikura Ravindra
>            Assignee: Praveen Krishna
>            Priority: Major
>
> The Gandiva filter module returns a selection vector representing the indices 
> of records (in the batch) that matched the filter. We can connect this to 
> other modules, by passing along this selection vector as an input argument to 
> the downstream projector/filter.
>  



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

Reply via email to