MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getEntry

Function getEntry

src/main/storage_driver.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25StorageDriver::~StorageDriver() = default;
26
27static TableCatalogEntry* getEntry(const ClientContext& context, const std::string& tableName) {
28 return Catalog::Get(context)->getTableCatalogEntry(Transaction::Get(context), tableName);
29}
30
31static Table* getTable(const ClientContext& context, const std::string& tableName) {
32 return StorageManager::Get(context)->getTable(getEntry(context, tableName)->getTableID());

Callers 4

getTableFunction · 0.70
scanMethod · 0.70
getNumNodesMethod · 0.70
getNumRelsMethod · 0.70

Calls 1

getTableCatalogEntryMethod · 0.80

Tested by

no test coverage detected