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

Function getNodeTableSetInfo

src/processor/map/map_set.cpp:31–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31static NodeTableSetInfo getNodeTableSetInfo(const TableCatalogEntry& entry, const Expression& expr,
32 StorageManager* storageManager) {
33 auto table = storageManager->getTable(entry.getTableID())->ptrCast<NodeTable>();
34 auto columnID = getColumnID(entry, expr.constCast<PropertyExpression>());
35 return NodeTableSetInfo(table, columnID);
36}
37
38static RelTableSetInfo getRelTableSetInfo(const RelGroupCatalogEntry& entry, table_id_t srcTableID,
39 table_id_t dstTableID, const Expression& expr, StorageManager* storageManager) {

Callers 1

getNodeSetExecutorMethod · 0.85

Calls 3

getColumnIDFunction · 0.85
NodeTableSetInfoClass · 0.50
getTableMethod · 0.45

Tested by

no test coverage detected