[improvment](function) add new function substring_index (#15024)

This commit is contained in:
Yulei-Yang
2022-12-15 09:54:34 +08:00
committed by GitHub
parent 46030d786a
commit 21c2e485ae
8 changed files with 417 additions and 1 deletions

View File

@ -685,6 +685,7 @@ void register_function_string(SimpleFunctionFactory& factory) {
factory.register_function<FunctionSplitPart>();
factory.register_function<FunctionSplitByString>();
factory.register_function<FunctionStringMd5AndSM3<MD5Sum>>();
factory.register_function<FunctionSubstringIndex>();
factory.register_function<FunctionExtractURLParameter>();
factory.register_function<FunctionStringParseUrl>();
factory.register_function<FunctionMoneyFormat<MoneyFormatDoubleImpl>>();