MCPcopy Create free account
hub / github.com/cmu-db/bustub / PlanTableRef

Method PlanTableRef

src/planner/plan_table_ref.cpp:55–85  ·  view source on GitHub ↗

* @brief Plan a `BoundTableRef` * * - For a BaseTableRef, this function will return a `SeqScanPlanNode`. Note that all tables with * names beginning with `__` will be planned as `MockScanPlanNode`. * - For a `JoinRef` or `CrossProductRef`, this function will return a `NestedLoopJoinNode`. * @param table_ref the bound table ref from binder. * @return the plan node of this bound table ref.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

ExceptionClass · 0.85

Tested by

no test coverage detected