MCPcopy Create free account
hub / github.com/FoundationDB/fdb-document-layer / TableScanPlan

Method TableScanPlan

src/QLPlan.actor.h:185–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183
184struct TableScanPlan : ConcretePlan<TableScanPlan> {
185 explicit TableScanPlan(Reference<UnboundCollectionContext> cx) : cx(cx) {}
186 bson::BSONObj describe() override {
187 return BSON("type"
188 << "table scan");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected