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

Method OnDiskGraphNbrScanState

src/graph/on_disk_graph.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85OnDiskGraphNbrScanState::OnDiskGraphNbrScanState(ClientContext* context,
86 const TableCatalogEntry& entry, oid_t relTableID, std::shared_ptr<Expression> predicate)
87 : OnDiskGraphNbrScanState{context, entry, relTableID, std::move(predicate), {}} {}
88
89OnDiskGraphNbrScanState::OnDiskGraphNbrScanState(ClientContext* context,
90 const TableCatalogEntry& entry, oid_t relTableID, std::shared_ptr<Expression> predicate,

Callers

nothing calls this directly

Calls 15

getResultSetFunction · 0.85
getValueVectorFunction · 0.85
ExpressionMapperClass · 0.85
getColumnIDsFunction · 0.85
DataPosClass · 0.85
getDataChunkMethod · 0.80
getEvaluatorMethod · 0.80
getRelDataDirectionsMethod · 0.80
emplace_backMethod · 0.80
getPropertiesFunction · 0.70
getSchemaFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected