-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the CONCAT scalar function to support Utf8View (#12224)
* wip * feat: Update the CONCAT scalar function to support Utf8View * fmt * fmt and add default return type for concat * fix clippy lint Signed-off-by: Devan <devandbenz@gmail.com> * fmt Signed-off-by: Devan <devandbenz@gmail.com> * add more tests for sqllogic Signed-off-by: Devan <devandbenz@gmail.com> * make sure no casting with LargeUtf8 * fixing utf8large * fix large utf8 Signed-off-by: Devan <devandbenz@gmail.com> * fix large utf8 Signed-off-by: Devan <devandbenz@gmail.com> * add test Signed-off-by: Devan <devandbenz@gmail.com> * fmt Signed-off-by: Devan <devandbenz@gmail.com> * make it so Utf8View just returns Utf8 Signed-off-by: Devan <devandbenz@gmail.com> * wip -- trying to build a stringview with columnar refs Signed-off-by: Devan <devandbenz@gmail.com> * built stringview builder but it does allocate a new String each iter :( Signed-off-by: Devan <devandbenz@gmail.com> * add some testing Signed-off-by: Devan <devandbenz@gmail.com> * clippy Signed-off-by: Devan <devandbenz@gmail.com> --------- Signed-off-by: Devan <devandbenz@gmail.com>
- Loading branch information
Showing
3 changed files
with
416 additions
and
34 deletions.
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
Oops, something went wrong.