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

Add substring_by_char kernels for slicing on character boundaries #1768

Closed
Tracked by #1531
HaoYang670 opened this issue May 31, 2022 · 1 comment · Fixed by #1784
Closed
Tracked by #1531

Add substring_by_char kernels for slicing on character boundaries #1768

HaoYang670 opened this issue May 31, 2022 · 1 comment · Fixed by #1784
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog

Comments

@HaoYang670
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Add substring by char support for string arrays. I think this should be a new pub function in the substring kernel. (We already have a pub fn substring in which arrays are operated by byte.)

@HaoYang670 HaoYang670 added the enhancement Any new improvement worthy of a entry in the changelog label May 31, 2022
@HaoYang670
Copy link
Contributor Author

I will file a PR this week

@alamb alamb changed the title Support Substring by char Add substring_by_char kernels for slicing on character boundaries Jun 9, 2022
@alamb alamb added the arrow Changes to the arrow crate label Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate enhancement Any new improvement worthy of a entry in the changelog
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants