viirya commented on code in PR #2591:
URL: https://github.com/apache/arrow-rs/pull/2591#discussion_r955277336
##########
arrow/src/compute/kernels/comparison.rs:
##########
@@ -233,6 +233,91 @@ pub fn like_utf8<OffsetSize: OffsetSizeTrait>(
})
}
+macro_rules! like_scalar {
+ ($LEFT: expr, $RIGHT: expr) => {{
Review Comment:
This can be possibly rewritten as a function using ArrayAccessor.
--
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]