steFaiz opened a new pull request, #7209:
URL: https://github.com/apache/paimon/pull/7209

   <!-- Please specify the module before the PR name: [core] ... or [flink] ... 
-->
   
   ### Purpose
   This PR introduce a Between leaf function. Previously, between predicate is 
implemented through a compounded predicate combining a GreaterOrEqualTo and 
LessOrEqualTo, which is very inefficient for some index types. (btree, range 
bitmap and more)
   <!-- Linking this pull request to the issue -->
   Linked issue: none
   
   <!-- What is the purpose of the change -->
   
   ### Tests
   Please see related changed Tests.
   <!-- List UT and IT cases to verify this change -->
   
   ### API and Format
   Introduce a `visitBetween` method for functionVisitor with default 
implementation falling back to combining the results of visitGreaterOrEqual and 
visitLessOrEqual.
   <!-- Does this change affect API or storage format -->
   
   ### Documentation
   None
   <!-- Does this change introduce a new feature -->
   


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

Reply via email to