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

Method update_catalog_result

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

Set in Exec(), for operations that execute using the CatalogServer. Returns a pointer to the TCatalogUpdateResult of the operation. This includes details on the Status of the operation, the CatalogService ID that processed the request, and the minimum catalog version that will reflect this change. If called before Exec(), this will return NULL.

Source from the content-addressed store, hash-verified

104 /// and the minimum catalog version that will reflect this change.
105 /// If called before Exec(), this will return NULL.
106 const TCatalogUpdateResult* update_catalog_result() const {
107 return catalog_update_result_.get();
108 }
109
110 /// Set in Exec(), for operations that are executed using the CatalogServer. Returns
111 /// a pointer to the profile of the execution in catalogd.

Callers 2

ExecDdlRequestImplMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected