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

Method HashJoinExecutor

src/execution/hash_join_executor.cpp:25–34  ·  view source on GitHub ↗

* Construct a new HashJoinExecutor instance. * @param exec_ctx The executor context * @param plan The HashJoin join plan to be executed * @param left_child The child executor that produces tuples for the left side of join * @param right_child The child executor that produces tuples 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