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

Method catalog_profile

be/src/exec/catalog-op-executor.h:112–112  ·  view source on GitHub ↗

Set in Exec(), for operations that are executed using the CatalogServer. Returns a pointer to the profile of the execution in catalogd.

Source from the content-addressed store, hash-verified

110 /// Set in Exec(), for operations that are executed using the CatalogServer. Returns
111 /// a pointer to the profile of the execution in catalogd.
112 const TRuntimeProfileNode* catalog_profile() const { return catalog_profile_.get(); }
113
114 /// Makes an RPC to the catalog server to wait until it processes the latest HMS event.
115 Status WaitForHmsEvent(const TWaitForHmsEventRequest& req,

Callers 1

AddCatalogTimelineMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected