Returns nullptr when catalog_op_type is not DDL.
| 410 | |
| 411 | /// Returns nullptr when catalog_op_type is not DDL. |
| 412 | const TDdlExecResponse* ddl_exec_response() const { |
| 413 | return catalog_op_executor_->ddl_exec_response(); |
| 414 | } |
| 415 | |
| 416 | /// Returns the FETCH_ROWS_TIMEOUT_MS value for this query (converted to microseconds). |
| 417 | int64_t fetch_rows_timeout_us() const { return fetch_rows_timeout_us_; } |
no outgoing calls
no test coverage detected