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

   ## Which issue does this PR close?
   
   - Part of #19241.
   - Stacked on #23015.
   - Extracted from #19390.
   
   ## Rationale for this change
   
   This is one draft PR in the `IN LIST` optimization stack. It reuses commit 
`2834ab2ab` verbatim so the existing stack can be reviewed one step at a time.
   
   `Utf8View` and `BinaryView` values expose length and prefix information that 
can cheaply reject many non-matches before full byte comparison.
   
   ## What changes are included in this PR?
   
   - Adds two-stage filtering for `Utf8View` and `BinaryView` values.
   - Uses masked view values for fast rejection.
   - Falls back to full verification for candidates that need exact comparison.
   
   ## Are these changes tested?
   
   Covered by the existing `IN LIST` test suite from the original stack.
   
   ## Are there any user-facing changes?
   
   No user-facing API changes.
   


-- 
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