[function](string) support char function (#18878)

* [function](string) support char function

* fix
This commit is contained in:
TengJianPing
2023-04-22 08:36:48 +08:00
committed by GitHub
parent de0e89d1b4
commit b75f4c97f3
11 changed files with 656 additions and 7 deletions

View File

@ -943,6 +943,7 @@ void register_function_string(SimpleFunctionFactory& factory) {
factory.register_function<FunctionNullOrEmpty>();
factory.register_function<FunctionNotNullOrEmpty>();
factory.register_function<FunctionStringConcat>();
factory.register_function<FunctionIntToChar>();
factory.register_function<FunctionStringElt>();
factory.register_function<FunctionStringConcatWs>();
factory.register_function<FunctionStringAppendTrailingCharIfAbsent>();