yiguolei commented on code in PR #59488:
URL: https://github.com/apache/doris/pull/59488#discussion_r2667197770


##########
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:
   这里为什么不是判断 模板的参数 T 啊?



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