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

Method NestedLoopJoinExecutor

src/execution/nested_loop_join_executor.cpp:27–36  ·  view source on GitHub ↗

* Construct a new NestedLoopJoinExecutor instance. * @param exec_ctx The executor context * @param plan The nested loop join plan to be executed * @param left_executor The child executor that produces tuple for the left side of join * @param right_executor The child executor that produces tuple for the right side of join */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

GetJoinTypeMethod · 0.45

Tested by

no test coverage detected