bkmgit commented on pull request #11882:
URL: https://github.com/apache/arrow/pull/11882#issuecomment-1003037121
For 1 there would be separate functions
- less(a,b)
- less_equal(a,b)
- between(val,a,b,"inclusive_both")
- between(val,a,b,"inclusive_left")
For 2b) Compare would include Between type functions as well. So you could
have
- compare("compare_less",a,b)
- compare("between_inclusive_both",val,a,b)
or using options
- compare("compare",a,b,"less")
- compare("between",val,a,b,"inclusive_both")
--
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]