yiguolei commented on code in PR #66204:
URL: https://github.com/apache/doris/pull/66204#discussion_r3728113623
##########
be/src/core/column/variant_v2/column_variant_v2.cpp:
##########
@@ -203,6 +203,14 @@ void visit_typed_scalar_column(const ColumnNullable&
nullable, PrimitiveType typ
});
}
+VariantField field_from_scalar(const VariantScalarRef& scalar) {
Review Comment:
这个代码得移动到VariantField 里,作为一个成员方法存在
--
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]