The following getters are only valid after Init().
| 178 | |
| 179 | /// The following getters are only valid after Init(). |
| 180 | ScannerMemLimiter* scanner_mem_limiter() const { return scanner_mem_limiter_; } |
| 181 | |
| 182 | /// The following getters are only valid after Init() and should be called only from |
| 183 | /// the backend execution (ie. not the coordinator side, since they require holding |
no outgoing calls
no test coverage detected