-
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.
Add tests for StringView / character functions, fix
regexp_like
and…
… `regexp_match` to work with StringView (#11753) * Minor: Add tests for StringView / character functions * Fix regexp_like and regexp_match to work with StringVeiw * Update for ASCII and BTRIM * Add comment about why it is ok to return boolean with catchall match * Fix character_length * Add ticket references
- Loading branch information
Showing
4 changed files
with
427 additions
and
105 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
Oops, something went wrong.