[function](string_function) add new string function 'not_null_or_empty' (#13418)

This commit is contained in:
zy-kkk
2022-10-19 11:10:37 +08:00
committed by GitHub
parent 248ca14df7
commit 8a068c8c92
10 changed files with 202 additions and 14 deletions

View File

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