pitrou commented on pull request #11023: URL: https://github.com/apache/arrow/pull/11023#issuecomment-957717084
Hmm, right now the only compute function with a name starting with `string_` is `string_is_ascii`, and it's string-only. Functions which take both binary and string are generally named `binary_something`. (not saying this is a great naming scheme, but this is what we've been doing and it might be better to remain consistent :-)) -- 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]
