[function](string_function) add new string function 'extract_url_parameter' (#13323)

This commit is contained in:
DongLiang-0
2022-10-20 11:11:43 +08:00
committed by GitHub
parent b5cd167713
commit 2b328eafbb
8 changed files with 239 additions and 0 deletions

View File

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