shangxinli opened a new pull request, #289:
URL: https://github.com/apache/iceberg-cpp/pull/289

   Rewrite truncate(col) == "value" predicates to col STARTS_WITH "value" for 
string columns. This enables better predicate pushdown to storage formats and 
efficient use of prefix indexes.
   
   The optimization only applies when:
   - Operation is equality
   - Term is a truncate transform
   - Literal is a string type
   
   Added tests to verify correct application and edge cases.


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