uchenily commented on code in PR #55586:
URL: https://github.com/apache/doris/pull/55586#discussion_r2332766772
##########
be/src/olap/rowset/segment_v2/segment_iterator.h:
##########
@@ -191,13 +190,17 @@ class SegmentIterator : public RowwiseIterator {
// calculate row ranges that satisfy requested column conditions using
various column index
[[nodiscard]] Status _get_row_ranges_by_column_conditions();
[[nodiscard]] Status _get_row_ranges_from_conditions(RowRanges*
condition_row_ranges);
+
[[nodiscard]] Status _apply_bitmap_index();
[[nodiscard]] Status _apply_inverted_index();
[[nodiscard]] Status _apply_inverted_index_on_column_predicate(
ColumnPredicate* pred, std::vector<ColumnPredicate*>&
remaining_predicates,
bool* continue_apply);
+ [[nodiscard]] Status _apply_ann_topn_predicate();
Review Comment:
ok, get it
--
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]