kangkaisen commented on a change in pull request #2319: Add Bitmap index reader
URL: https://github.com/apache/incubator-doris/pull/2319#discussion_r353144739
##########
File path: be/src/exec/olap_scan_node.h
##########
@@ -273,6 +274,10 @@ class OlapScanNode : public ScanNode {
// page read from cache
// used by segment v2
RuntimeProfile::Counter* _cached_pages_num_counter = nullptr;
+
+ RuntimeProfile::Counter* _bitmap_index_filter_counter = nullptr;
+ RuntimeProfile::Counter* _bitmap_index_filter_timer = nullptr;
+ RuntimeProfile::Counter* _predicate_count = nullptr;
Review comment:
done
----------------------------------------------------------------
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]