-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Improve StringView support for SUBSTR #12044
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
44894e1
operate stringview instead of generating string in SUBSTR
Kev1n8 4810be9
treat Utf8View as Text in sqllogictests output
Kev1n8 e8854b8
add bench to see enhancement of utf8view against utf8 and large_utf8
Kev1n8 35e4658
fix a tiny bug
Kev1n8 bf6c37e
make clippy happy
Kev1n8 74acc7c
add tests to cover stringview larger than 12B and correct the code
Kev1n8 af795a4
better comments
Kev1n8 f8989d2
fix lint
Kev1n8 26a878a
correct feature setting
Kev1n8 2d8458e
avoid expensive utf8 and some other checks
Kev1n8 934516a
fix lint
Kev1n8 48e1643
remove unnecessary indirection
Kev1n8 6ff32fc
add optimized_utf8_to_str_type
Kev1n8 9537c47
Simplify type check
alamb 5356b27
Use ByteView
alamb bef80cb
Merge pull request #1 from alamb/alamb/cleanup_substr
Kev1n8 118aaba
Merge remote-tracking branch 'apache/main' into stringview-output-for…
alamb b4e1ac7
update datafusion-cli.lock
alamb 7106ef2
Remove duration override
alamb 28d6aca
format toml
alamb 3be3553
refactor the code, using append_view_u128 from arrow
Kev1n8 b288605
manually collect the views and nulls
Kev1n8 e2643f9
remove bench file and fix some comments
Kev1n8 f462bbb
fix tiny mistake
Kev1n8 12e878c
Merge remote-tracking branch 'apache/main' into stringview-output-for…
alamb 9320e41
Merge remote-tracking branch 'apache/main' into stringview-output-for…
alamb 2c88a19
Update Cargo.lock
alamb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
refactor the code, using append_view_u128 from arrow
- Loading branch information
commit 3be3553a36b012dab6df8e1a963d8869a1f94493
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.