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

Method Insert

src/java/simpledb/Insert.java:24–27  ·  view source on GitHub ↗

Constructor. @param t 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 whic

(TransactionId t, OpIterator 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