drin commented on issue #18319:
URL: https://github.com/apache/datafusion/issues/18319#issuecomment-3916520294

   For example:
   ```rust
   // lhs(>)  --> column >= next_interval(part, const_rhs)
   // lhs(<=) --> column <  next_interval(part, const_rhs)
   ```
   
   If I have `date_trunc('month', col('date')) > '2025-12-03'`, I need to know 
the `>` from the predicate in order to know whether the resulting preimage 
range begins with `2025-12-01` or if it begins with `2026-01-01`.


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