bkmgit commented on pull request #11882: URL: https://github.com/apache/arrow/pull/11882#issuecomment-1003163731
@edponce `between` with the options `both`, `left`, `right` and `neither` is there now, though some cleanup and refactoring is needed as well as addition of variants other than ArrayArrayArray and ArrayScalarScalar. Used a MetaFunction rather than choosing the kernel during dispatch. This gives language bindings some freedom in how they use these functions. It is also something that can be done for the compare function rather than entirely deprecating the convenient compare interface. -- 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]
