alamb commented on code in PR #9871:
URL: https://github.com/apache/arrow-rs/pull/9871#discussion_r3195801604


##########
arrow-string/src/like.rs:
##########
@@ -187,6 +189,30 @@ pub fn contains(left: &dyn Datum, right: &dyn Datum) -> 
Result<BooleanArray, Arr
     like_op(Op::Contains, left, right)
 }
 
+/// Perform equality check on two byte arrays using an ASCII case-insensitive 
match.

Review Comment:
   > Unrelated question - wondering if e should support large string view in 
these functions as well?
   
   Eventually yes. That would be a good follow on PR / issue perhaps



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