-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Update concat_ws scalar function to support Utf8View #12309
Merged
alamb
merged 21 commits into
apache:main
from
devanbenz:feat/11837-concat_ws-string-view
Sep 12, 2024
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
22fd1b5
Update concat_ws scalar function to support Utf8View
devanbenz d60a75d
fmt
devanbenz 1383f8b
adds one_of for type sig
devanbenz 63fd5c6
revert type sig, the problem was outside the actual signature xD
devanbenz 92fbcfa
fmt and clippy
devanbenz 1d50a62
add utf8view
devanbenz 31576e3
fix match
devanbenz b5f64f3
fix match
devanbenz fec232c
:thinking: why nulls why
devanbenz 5e0c4c6
small fix
devanbenz a660a31
log ms
devanbenz a9e3c4a
pushing up -- wip
devanbenz cc2e03f
make it so the return type is just Utf8
devanbenz 0d07f25
fmt
devanbenz b6967f0
fmt
devanbenz f256b45
fmt
devanbenz c7d35e8
fmt
devanbenz 2926d0b
fmt
devanbenz bc32c90
order matters
devanbenz 66a576d
sum inner buffer for stringviewarray data_size
devanbenz cef69b7
need turbo fish
devanbenz 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
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️