MCPcopy Create free account
hub / github.com/apache/impala / ddl_exec_response

Method ddl_exec_response

be/src/service/client-request-state.h:412–414  ·  view source on GitHub ↗

Returns nullptr when catalog_op_type is not DDL.

Source from the content-addressed store, hash-verified

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_; }

Callers 3

ExecDdlRequestImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected