alamb opened a new pull request, #23136:
URL: https://github.com/apache/datafusion/pull/23136

   ## Which issue does this PR close?
   
   - Part of #19241.
   - Stacked on #23011.
   
   ## Rationale for this change
   
   Avoid extra bitmap allocations while building IN LIST static-filter results.
   
   ## What changes are included in this PR?
   
   - Pass ArrayRef into StaticFilter::contains so filters can move owned null 
buffers where possible.
   - Use in-place boolean buffer operations when combining result and validity 
bitmaps.
   
   ## Are these changes tested?
   
   - cargo fmt --all
   - cargo test -p datafusion-physical-expr bitmap_filter_u8 --lib
   - cargo test -p datafusion-physical-expr in_list_int_types --lib
   
   ## Are there any user-facing changes?
   
   No. This is an internal performance cleanup.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to