mingmwang commented on PR #3912:
URL: 
https://github.com/apache/arrow-datafusion/pull/3912#issuecomment-1303147397

   @isidentical One quick question here, a complex binary expressions mixed of 
AND/OR expressions might generate multiple discrete intervals, make it looks 
like histograms actually. How can our API models this ? 
   
   Column a boundaries [0, 100]
   
   Expressions:
   a = 1 or a = 9  or (a > 30 and a  <= 50) or (a > 70 and a  <= 80)
   


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