[feature][vectorized] support replace() (#8384)

This commit is contained in:
Pxl
2022-03-08 18:57:12 +08:00
committed by GitHub
parent 8214f32003
commit cd8694e532
5 changed files with 130 additions and 45 deletions

View File

@ -668,6 +668,7 @@ void register_function_string(SimpleFunctionFactory& factory) {
factory.register_function<FunctionMoneyFormat<MoneyFormatInt128Impl>>();
factory.register_function<FunctionMoneyFormat<MoneyFormatDecimalImpl>>();
factory.register_function<FunctionStringMd5AndSM3<SM3Sum>>();
factory.register_function<FunctionReplace>();
factory.register_alias(FunctionLeft::name, "strleft");
factory.register_alias(FunctionRight::name, "strright");