| 128 | RuntimeState* runtime_state() const { return runtime_state_; } |
| 129 | RuntimeProfile::Counter* bytes_read_counter() const { return bytes_read_counter_; } |
| 130 | RuntimeProfile::Counter* rows_read_counter() const { return rows_read_counter_; } |
| 131 | RuntimeProfile::Counter* collection_items_read_counter() const { |
| 132 | return collection_items_read_counter_; |
| 133 | } |
no outgoing calls
no test coverage detected