eldenmoon commented on code in PR #66204:
URL: https://github.com/apache/doris/pull/66204#discussion_r3672271843
##########
be/src/exprs/function/function_variant_type.cpp:
##########
@@ -29,6 +33,195 @@ class FunctionContext;
namespace doris {
+namespace {
+
+std::string_view encoded_variant_type_word(VariantRef value) {
Review Comment:
variant_type这个函数暂时先不实现, 对应的case也先注释掉
--
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]