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

Method readNext

src/simpledb/Insert.java:62–78  ·  view source on GitHub ↗

Inserts tuples read from child into the tableid specified by the constructor. It returns a one field tuple containing the number of inserted records. Inserts should be passed through BufferPool. An instances of BufferPool is available via Database.getBufferPool(). Note that insert DOES NOT need chec

()

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
insertTupleMethod · 0.95
setFieldMethod · 0.95
hasNextMethod · 0.65
nextMethod · 0.65

Tested by

no test coverage detected