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

Implement native StringView support for CharacterLength #11677

Closed
4 tasks
Tracked by #10918
XiangpengHao opened this issue Jul 26, 2024 · 2 comments
Closed
4 tasks
Tracked by #10918

Implement native StringView support for CharacterLength #11677

XiangpengHao opened this issue Jul 26, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@XiangpengHao
Copy link
Contributor

Is your feature request related to a problem or challenge?

Part of #10918

Initial StringView is supported by #11667, which covers some most performance critical workloads, such as loading from parquet, reasonable aggregation, faster filtering etc. However, there are many operators not supported and using those operations will cause DataFusion to cast StringViewArray to StringArray, which is often unnecessary and slow.

Describe the solution you'd like

We should gradually implement native StringView support string operators, such as length, reverse, etc.

Here's a list of items to help implementing the support:

Describe alternatives you've considered

No response

Additional context

No response

@XiangpengHao XiangpengHao added the enhancement New feature or request label Jul 26, 2024
@XiangpengHao
Copy link
Contributor Author

take

@alamb
Copy link
Contributor

alamb commented Jul 31, 2024

closed in #11676

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants