You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2020/07/07 15:39:11 UTC

[GitHub] [arrow] wesm commented on pull request #7656: ARROW-9268: [C++] add string_is{alpnum,alpha...,upper} kernels

wesm commented on pull request #7656:
URL: https://github.com/apache/arrow/pull/7656#issuecomment-654949067


   I haven't looked at the details yet, but could we use a normalized naming convention for the functions? 
   
   * ascii_$FUNC, for functions that expect ASCII input
   * utf8_$FUNC, for functions that expect UTF8 input
   * binary_$FUNC, for functions that work on any binary data


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org