Gabriel39 commented on code in PR #59488:
URL: https://github.com/apache/doris/pull/59488#discussion_r2667306303
##########
be/src/vec/columns/column_vector.cpp:
##########
@@ -354,6 +354,75 @@ MutableColumnPtr ColumnVector<T>::clone_resized(size_t
size) const {
return res;
}
+template <PrimitiveType T>
+void ColumnVector<T>::insert(const Field& x) {
+ value_type tmp;
+ switch (x.get_type()) {
Review Comment:
variant这里可能是不同类型的field
--
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]