Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] Add is{alnum,alpha,...} kernels for strings #25363

Closed
asfimport opened this issue Jun 29, 2020 · 2 comments
Closed

[C++] Add is{alnum,alpha,...} kernels for strings #25363

asfimport opened this issue Jun 29, 2020 · 2 comments

Comments

@asfimport
Copy link
Collaborator

asfimport commented Jun 29, 2020

A good list of kernels to have would str->bool kernels, similar to:

https://docs.python.org/3/library/stdtypes.html#str.isalnum and friends.

I think all but isidentifier make sense to have. The semantics of the Python functions seem quite reasonable to have in Arrow, but maybe others can provide feedback if this is a complete/reasonable list to have or not.

I am not sure if we need more (or less) functions, or if we want more atomic functions, e.g. test for membership in Unicode categories. 

Reporter: Maarten Breddels / @maartenbreddels
Assignee: Maarten Breddels / @maartenbreddels

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-9268. Please see the migration documentation for further details.

@asfimport
Copy link
Collaborator Author

Uwe Korn / @xhochy:
Started to build the foundation for str->bool in #7593.

@asfimport
Copy link
Collaborator Author

Wes McKinney / @wesm:
Issue resolved by pull request 7656
#7656

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant