xy720 commented on code in PR #15966:
URL: https://github.com/apache/doris/pull/15966#discussion_r1072312487


##########
be/src/vec/core/field.h:
##########
@@ -85,6 +85,7 @@ using FieldVector = std::vector<Field>;
 
 DEFINE_FIELD_VECTOR(Array);
 DEFINE_FIELD_VECTOR(Tuple);
+DEFINE_FIELD_VECTOR(Map);

Review Comment:
   Now is vector<Field>{key1, val1, key2, val2} with double size?
   May be we should refactor this to use a map to store the keys and values 
later.



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

Reply via email to