gaodayue commented on a change in pull request #3025: Restructure storage type
to support complex types expending
URL: https://github.com/apache/incubator-doris/pull/3025#discussion_r395097352
##########
File path: be/src/olap/rowset/segment_v2/column_reader.h
##########
@@ -187,6 +196,25 @@ class ColumnReader {
std::unique_ptr<BloomFilterIndexReader> _bloom_filter_index;
};
+class ArrayColumnReader : public ColumnReader {
+public:
+ ArrayColumnReader(const ColumnReaderOptions& opts,
+ const ColumnMetaPB& meta,
Review comment:
should align with previous parameter
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]