Skip to content

Implement native StringView support for CharacterLength #11677

Closed
@XiangpengHao

Description

@XiangpengHao

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions