zclllyybb commented on code in PR #47319:
URL: https://github.com/apache/doris/pull/47319#discussion_r1948438428


##########
be/src/vec/exprs/vexpr.h:
##########
@@ -489,6 +488,15 @@ Status create_texpr_literal_node(const void* data, 
TExprNode* node, int precisio
         
literal.__set_value(vectorized::DataTypeIPv6::to_string(*origin_value));
         (*node).__set_ipv6_literal(literal);
         (*node).__set_type(create_type_desc(PrimitiveType::TYPE_IPV6));
+    } else if constexpr (T == TYPE_TIMEV2) {
+        const auto* origin_value = reinterpret_cast<const double*>(data);

Review Comment:
   add comment 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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to