xiaokang commented on code in PR #15558:
URL: https://github.com/apache/doris/pull/15558#discussion_r1062184422


##########
be/src/runtime/primitive_type.h:
##########
@@ -96,6 +96,10 @@ constexpr bool has_variable_type(PrimitiveType type) {
            type == TYPE_QUANTILE_STATE || type == TYPE_STRING;
 }
 
+// NOTICE:signed integers always return bigint
+// used for adapt data in varaint column's subcolumns
+PrimitiveType get_primitive_type(vectorized::TypeIndex v_type);

Review Comment:
   deleted



-- 
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