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.
| 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. |
no test coverage detected