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

Method AddCatalogTimeline

be/src/service/client-request-state.cc:2800–2808  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2798}
2799
2800void ClientRequestState::AddCatalogTimeline() {
2801 if (catalog_op_executor_ != nullptr
2802 && catalog_op_executor_->catalog_profile() != nullptr) {
2803 for (const TEventSequence& catalog_timeline :
2804 catalog_op_executor_->catalog_profile()->event_sequences) {
2805 summary_profile_->AddEventSequence(catalog_timeline.name, catalog_timeline);
2806 }
2807 }
2808}
2809
2810}

Callers

nothing calls this directly

Calls 2

catalog_profileMethod · 0.80
AddEventSequenceMethod · 0.80

Tested by

no test coverage detected