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


##########
be/src/olap/column_predicate.h:
##########
@@ -377,6 +383,7 @@ class ColumnPredicate {
     }
 
     uint32_t _column_id;
+    PrimitiveType _primitive_type;

Review Comment:
   所有的继承自ColumnPredicate的子类,如果需要跟primitive type 有关联的,应该都是模板参数,我们不需要单独存储一个变量来标记吧?



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