| 132 | return collection_items_read_counter_; |
| 133 | } |
| 134 | RuntimeProfile::Counter* materialize_tuple_timer() const { |
| 135 | return materialize_tuple_timer_; |
| 136 | } |
| 137 | |
| 138 | static const std::string SCANNER_THREAD_COUNTERS_PREFIX; |
| 139 |
no outgoing calls
no test coverage detected