True if Finalize() was called while the query was inflight.
| 194 | |
| 195 | /// True if Finalize() was called while the query was inflight. |
| 196 | bool finalized() const { return finalized_.Load(); } |
| 197 | |
| 198 | /// Functions to set/get whether or not the query managed by this class should be |
| 199 | /// recorded in the query log table. |
no test coverage detected