| 260 | } |
| 261 | bool eos() const { return eos_.Load(); } |
| 262 | const QuerySchedulePB* schedule() const { return schedule_.get(); } |
| 263 | |
| 264 | /// Returns the Coordinator for 'QUERY' and 'DML' requests once Coordinator::Exec() |
| 265 | /// completes successfully. Otherwise returns null. |
no test coverage detected