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

Method ExecDdl

be/src/catalog/catalog.cc:155–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155Status Catalog::ExecDdl(const TDdlExecRequest& req, TDdlExecResponse* resp) {
156 TUniqueId query_id;
157 if (req.__isset.header && req.header.__isset.query_id) {
158 query_id = req.header.query_id;
159 }
160 ScopedThreadContext scoped_tdi(DCHECK_NOTNULL(GetThreadDebugInfo()), query_id);
161 return JniUtil::CallJniMethod(catalog_, exec_ddl_id_, req, resp);
162}
163
164Status Catalog::ResetMetadata(const TResetMetadataRequest& req,
165 TResetMetadataResponse* resp) {

Callers 4

_dropTableFunction · 0.45
_setupDbFunction · 0.45
_createTableFunction · 0.45
_upgradeTableFunction · 0.45

Calls 2

GetThreadDebugInfoFunction · 0.85
CallJniMethodFunction · 0.85

Tested by

no test coverage detected