| 83 | virtual bool HasRowBatchQueue() const override { return true; } |
| 84 | |
| 85 | bool done() const { return done_.Load(); } |
| 86 | |
| 87 | /// Adds ranges to the io mgr queue and starts up new scanner threads if possible. |
| 88 | /// The enqueue_location parameter determines the location at which the scan ranges are |
no test coverage detected