Skip to content

Commit

Permalink
Update be/src/olap/rowset/segment_v2/segment_iterator.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
airborne12 and github-actions[bot] committed Nov 14, 2023
1 parent eb980a0 commit 8fb60a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/olap/rowset/segment_v2/segment_iterator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class SegmentIterator::BitmapRangeIterator {

bool has_more_range() const { return !_eof; }

[[nodiscard]] uint32_t get_batch_size() const { return kBatchSize; }
[[nodiscard]] static uint32_t get_batch_size() { return kBatchSize; }

// read next range into [*from, *to) whose size <= max_range_size.
// return false when there is no more range.
Expand Down

0 comments on commit 8fb60a7

Please sign in to comment.