| 183 | |
| 184 | struct TableScanPlan : ConcretePlan<TableScanPlan> { |
| 185 | explicit TableScanPlan(Reference<UnboundCollectionContext> cx) : cx(cx) {} |
| 186 | bson::BSONObj describe() override { |
| 187 | return BSON("type" |
| 188 | << "table scan"); |
nothing calls this directly
no outgoing calls
no test coverage detected