airborne12 commented on code in PR #26081:
URL: https://github.com/apache/doris/pull/26081#discussion_r1390315730


##########
be/src/olap/rowset/segment_v2/segment_iterator.cpp:
##########
@@ -155,6 +156,10 @@ class SegmentIterator::BitmapRangeIterator {
     uint32_t _buf_pos = 0;
     uint32_t _buf_size = 0;
     bool _eof = false;
+
+public:
+    uint32_t cur_ = 0;
+    roaring::Roaring bitmap_;

Review Comment:
   we can get roaring from iterator->parent, so we do not need to store it 
seperately



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