MCPcopy Create free account
hub / github.com/MIT-DB-Class/simple-db-hw / fetchNext

Method fetchNext

src/java/simpledb/Delete.java:52–55  ·  view source on GitHub ↗

Deletes tuples as they are read from the child operator. Deletes are processed via the buffer pool (which can be accessed via the Database.getBufferPool() method. @return A 1-field tuple containing the number of deleted records. @see Database#getBufferPool @see BufferPool#deleteTuple

()

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