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

Method Next

src/execution/sort_executor.cpp:36–39  ·  view source on GitHub ↗

* Yield the next tuple batch from the sort. * @param[out] tuple_batch The next tuple batch produced by the sort * @param[out] rid_batch The next tuple RID batch produced by the sort * @param batch_size The number of tuples to be included in the batch (default: BUSTUB_BATCH_SIZE) * @return `true` if a tuple was produced, `false` if there are no more tuples */

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