-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 <[email protected]> * fmt Signed-off-by: Devan <[email protected]> * add more tests for sqllogic Signed-off-by: Devan <[email protected]> * make sure no casting with LargeUtf8 * fixing utf8large * fix large utf8 Signed-off-by: Devan <[email protected]> * fix large utf8 Signed-off-by: Devan <[email protected]> * add test Signed-off-by: Devan <[email protected]> * fmt Signed-off-by: Devan <[email protected]> * make it so Utf8View just returns Utf8 Signed-off-by: Devan <[email protected]> * wip -- trying to build a stringview with columnar refs Signed-off-by: Devan <[email protected]> * built stringview builder but it does allocate a new String each iter :( Signed-off-by: Devan <[email protected]> * add some testing Signed-off-by: Devan <[email protected]> * clippy Signed-off-by: Devan <[email protected]> --------- Signed-off-by: Devan <[email protected]>
- 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.