KipData / FnckSQL

SQL as a Function for Rust
Apache License 2.0
567 stars 48 forks source link

feat: add functions CharLength & CharacterLength #232

Closed wszhdshys closed 1 month ago

wszhdshys commented 1 month ago

What problem does this PR solve?

Add functions CharacterLength & Charlength

What is changed and how it works?

Code changes

Check List

Tests

Side effects

Note for reviewer

KKould commented 1 month ago

I think the functions of Char_Length and Character_Length are same. CharacterLength should be deleted, but when registering, you can create a FunctionSummary with a function name of CharacterLength but other functions consistent with Char_Length.