gaodayue commented on a change in pull request #1633: add zone map page(#1390)
URL: https://github.com/apache/incubator-doris/pull/1633#discussion_r314975617
##########
File path: be/src/olap/rowset/segment_v2/column_writer.h
##########
@@ -128,11 +131,15 @@ class ColumnWriter {
Status _write_data_page(Page* page);
Status _write_physical_page(std::vector<Slice>* origin_data, PagePointer*
pp);
+ void _reset_page_zone_map();
+
private:
ColumnWriterOptions _opts;
const TypeInfo* _type_info = nullptr;
bool _is_nullable;
WritableFile* _output_file = nullptr;
+ WrapperField* _page_min_value = nullptr;
+ WrapperField* _page_max_value = nullptr;
Review comment:
these two fields are specific to zone map construction, so should belong to
ColumnZoneMapBuilder
----------------------------------------------------------------
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]