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

Method Insert

src/simpledb/Insert.java:23–30  ·  view source on GitHub ↗

Constructor. @param tid The transaction running the insert. @param child The child operator from which to read tuples to be inserted. @param tableid The table in which to insert tuples. @throws DbException if TupleDesc of child differs from table into which we are to insert.

(TransactionId tid, DbIterator child, int tableid)

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