linrrzqqq commented on code in PR #60409:
URL: https://github.com/apache/doris/pull/60409#discussion_r2761305570
##########
be/src/vec/functions/function_string.cpp:
##########
@@ -1351,6 +1410,7 @@ using FunctionMakeSet =
FunctionNeedsToHandleNull<MakeSetImpl, PrimitiveType::TY
void register_function_string(SimpleFunctionFactory& factory) {
factory.register_function<FunctionStringParseDataSize>();
factory.register_function<FunctionStringASCII>();
+ factory.register_function<FunctionStringOrd>();
Review Comment:
in duckdb, `ord` is just an alias for `unicode`, detail see
[duckdb.string_function](https://duckdb.org/docs/stable/sql/functions/text#text-functions-and-operators).
So I think we could add an `unicode` alias here
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]