MCPcopy Create free account
hub / github.com/awelm/simpledb / readNext

Method readNext

src/simpledb/Delete.java:51–66  ·  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 5

getBufferPoolMethod · 0.95
deleteTupleMethod · 0.95
setFieldMethod · 0.95
hasNextMethod · 0.65
nextMethod · 0.65

Tested by

no test coverage detected