Set in Exec(), for operations that are executed using the CatalogServer. Returns a pointer to the profile of the execution in catalogd.
| 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, |