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

Method CreateExecutor

src/execution/executor_factory.cpp:56–200  ·  view source on GitHub ↗

* Creates a new executor given the executor context and plan node. * @param exec_ctx The executor context for the created executor * @param plan The plan node that needs to be executed * @return An executor for the given plan in the provided context */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 7

GetCheckOptionsMethod · 0.80
AddCheckExecutorMethod · 0.80
SetChildExecutorMethod · 0.80
GetTypeMethod · 0.45
GetChildPlanMethod · 0.45
GetLeftPlanMethod · 0.45
GetRightPlanMethod · 0.45

Tested by

no test coverage detected