bkmgit commented on a change in pull request #11882: URL: https://github.com/apache/arrow/pull/11882#discussion_r776929904
########## File path: cpp/src/arrow/compute/api_scalar.h ########## @@ -316,6 +316,18 @@ struct ARROW_EXPORT CompareOptions { enum CompareOperator op; }; +class ARROW_EXPORT BetweenOptions : public FunctionOptions { + public: + enum Inclusiveness { BOTH, LEFT, RIGHT, NEITHER }; Review comment: ok -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org