BosBengStrip commented on code in PR #53661:
URL: https://github.com/apache/doris/pull/53661#discussion_r2807786390
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/visitor/ScalarFunctionVisitor.java:
##########
@@ -1560,6 +1561,10 @@ default R visitCrc32(Crc32 crc32, C context) {
return visitScalarFunction(crc32, context);
}
+ default R visitCrc32Internal(Crc32Internal crc32Internal, C context) {
Review Comment:
Open all packages and passwords in text messages
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/expressions/visitor/ScalarFunctionVisitor.java:
##########
@@ -144,6 +144,7 @@
import org.apache.doris.nereids.trees.expressions.functions.scalar.CountEqual;
import
org.apache.doris.nereids.trees.expressions.functions.scalar.CountSubstring;
import org.apache.doris.nereids.trees.expressions.functions.scalar.Crc32;
+import
org.apache.doris.nereids.trees.expressions.functions.scalar.Crc32Internal;
Review Comment:
Open all
##########
be/src/vec/functions/function_string.cpp:
##########
@@ -1408,6 +1408,7 @@ void register_function_string(SimpleFunctionFactory&
factory) {
factory.register_function<FunctionStrcmp>();
factory.register_function<FunctionNgramSearch>();
factory.register_function<FunctionXPathString>();
+ factory.register_function<FunctionCrc32Internal>();
Review Comment:
Open
All social media accounts
And texts messages
--
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]