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

Function scanSingleRelTable

src/processor/map/map_extend.cpp:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125static bool scanSingleRelTable(const RelExpression& rel, const NodeExpression& boundNode,
126 ExtendDirection extendDirection) {
127 return !rel.isMultiLabeled() && !boundNode.isMultiLabeled() &&
128 extendDirection != ExtendDirection::BOTH;
129}
130
131static ScanNodeTableInfo getNodeTableScanInfo(const LogicalScanNodeTable& scan,
132 storage::NodeTable* table, const catalog::TableCatalogEntry* tableEntry,

Callers 1

mapExtendMethod · 0.85

Calls 1

isMultiLabeledMethod · 0.80

Tested by

no test coverage detected