martin-g commented on PR #19819:
URL: https://github.com/apache/datafusion/pull/19819#issuecomment-3754279104

   replace.rs uses `binary_to_string_coercion()` in its `invoke_with_args()`:
   
https://github.com/lemorage/datafusion/blob/85eebcd25dfbe8e2d2d75d85b8683de8be4851e8/datafusion/functions/src/string/replace.rs#L117-L118
   
   Same for:
   * starts_with - 
https://github.com/lemorage/datafusion/blob/main/datafusion/functions/src/string/starts_with.rs#L41-L42
   * contains - 
https://github.com/lemorage/datafusion/blob/main/datafusion/functions/src/string/contains.rs#L104
   * ends_with - 
https://github.com/lemorage/datafusion/blob/main/datafusion/functions/src/string/ends_with.rs#L118
   
   and maybe more.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to