-
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 concat_ws scalar function to support Utf8View (#12309)
* Update concat_ws scalar function to support Utf8View Signed-off-by: Devan <[email protected]> * fmt Signed-off-by: Devan <[email protected]> * adds one_of for type sig * revert type sig, the problem was outside the actual signature xD * fmt and clippy * add utf8view * fix match * fix match * 🤔 why nulls why * small fix * log ms * pushing up -- wip * make it so the return type is just Utf8 Signed-off-by: Devan <[email protected]> * fmt Signed-off-by: Devan <[email protected]> * fmt Signed-off-by: Devan <[email protected]> * fmt Signed-off-by: Devan <[email protected]> * fmt Signed-off-by: Devan <[email protected]> * fmt Signed-off-by: Devan <[email protected]> * order matters Signed-off-by: Devan <[email protected]> * sum inner buffer for stringviewarray data_size * need turbo fish --------- Signed-off-by: Devan <[email protected]>
- Loading branch information
Showing
3 changed files
with
156 additions
and
35 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
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