[Feature](function) Add function strcmp (#33272)

This commit is contained in:
Jensen
2024-04-10 14:26:48 +08:00
committed by yiguolei
parent 6f96e2b64a
commit 26d9082b9a
7 changed files with 210 additions and 1 deletions

View File

@ -1159,6 +1159,7 @@ void register_function_string(SimpleFunctionFactory& factory) {
factory.register_function<FunctionMaskPartial<false>>();
factory.register_function<FunctionSubReplace<SubReplaceThreeImpl>>();
factory.register_function<FunctionSubReplace<SubReplaceFourImpl>>();
factory.register_function<FunctionStrcmp>();
/// @TEMPORARY: for be_exec_version=3
factory.register_alternative_function<FunctionSubstringOld<Substr3ImplOld>>();