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

Method row_materialization_timer

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

Source from the content-addressed store, hash-verified

2790}
2791
2792int64_t ClientRequestState::row_materialization_timer() const {
2793 if (LIKELY(row_materialization_timer_ != nullptr)) {
2794 return row_materialization_timer_->value();
2795 }
2796
2797 return 0;
2798}
2799
2800void ClientRequestState::AddCatalogTimeline() {
2801 if (catalog_op_executor_ != nullptr

Callers 1

QueryStateExpandedMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected