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

Method catalogd_client_cache

be/src/runtime/exec-env.h:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132 KrpcDataStreamMgr* stream_mgr() { return stream_mgr_.get(); }
133
134 CatalogServiceClientCache* catalogd_client_cache() {
135 return catalogd_client_cache_.get();
136 }
137 CatalogServiceClientCache* catalogd_lightweight_req_client_cache() {
138 return catalogd_lightweight_req_client_cache_.get();
139 }

Callers 8

UpdateCatalogMethod · 0.80
ExecMethod · 0.80
GetCatalogObjectMethod · 0.80
GetPartitionStatsMethod · 0.80
WaitForHmsEventMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected