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

Function getTable

src/main/storage_driver.cpp:31–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31static Table* getTable(const ClientContext& context, const std::string& tableName) {
32 return StorageManager::Get(context)->getTable(getEntry(context, tableName)->getTableID());
33}
34
35static bool validateNumericalType(const LogicalType& type) {
36 switch (type.getLogicalTypeID()) {

Callers 1

scanMethod · 0.85

Calls 2

getEntryFunction · 0.70
getTableMethod · 0.45

Tested by

no test coverage detected