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

Method Next

src/execution/insert_executor.cpp:45–48  ·  view source on GitHub ↗

* Yield the number of rows inserted into the table. * @param[out] tuple_batch The tuple batch with one integer indicating the number of rows inserted into the table * @param[out] rid_batch The next tuple RID batch produced by the insert (ignore, not used) * @param batch_size The number of tuples to be included in the batch (default: BUSTUB_BATCH_SIZE) * @return `true` if a tuple was produced,

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