daniel-martinez-maqueda-sap commented on code in PR #2258:
URL: https://github.com/apache/arrow-rs/pull/2258#discussion_r936299497


##########
arrow/src/compute/kernels/comparison.rs:
##########
@@ -296,6 +298,39 @@ pub fn like_utf8_scalar<OffsetSize: OffsetSizeTrait>(
     Ok(BooleanArray::from(data))
 }
 
+fn replace_like_wildcards(text: &str) -> Result<String> {

Review Comment:
   Yes, that makes sense. I usually follow the rule of documenting all the 
public functions but that doesn't mean that the rest should not be documented. 
Adding it in the next commit!



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