yiguolei commented on code in PR #45827:
URL: https://github.com/apache/doris/pull/45827#discussion_r1896473073
##########
be/src/vec/columns/column.h:
##########
@@ -609,8 +609,6 @@ class IColumn : public COW<IColumn> {
virtual bool is_column_dictionary() const { return false; }
- virtual bool is_column_array() const { return false; }
-
virtual bool is_column_map() const { return false; }
Review Comment:
把is column map 和struct 都删了吧
--
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]