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

Method catalog

be/src/catalog/catalog-server.h:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 return thrift_iface_;
115 }
116 Catalog* catalog() const { return catalog_.get(); }
117
118 /// Adds a topic item to pending_topic_updates_. Caller must hold catalog_lock_.
119 /// Returns the actual size of the item data. Returns a negative value for failures.

Callers 13

ExecDdlMethod · 0.45
ResetMetadataMethod · 0.45
UpdateCatalogMethod · 0.45
GetFunctionsMethod · 0.45
GetCatalogObjectMethod · 0.45
GetPartitionStatsMethod · 0.45
PrioritizeLoadMethod · 0.45
UpdateTableUsageMethod · 0.45
GetNullPartitionNameMethod · 0.45
GetLatestCompactionsMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected