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

Method ExecutorContext

src/include/execution/executor_context.h:42–53  ·  view source on GitHub ↗

* Creates an ExecutorContext for the transaction that is executing the query. * @param transaction The transaction executing the query * @param catalog The catalog that the executor uses * @param bpm The buffer pool manager that the executor uses * @param txn_mgr The transaction manager that the executor uses * @param lock_mgr The lock manager that the executor uses */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected