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

Method reset

src/java/simpledb/BTreeScan.java:75–96  ·  view source on GitHub ↗

Reset the tableid, and tableAlias of this operator. @param tableid the table to scan. @param tableAlias the alias of this table (needed by the parser); the returned tupleDesc should have fields with name tableAlias.fieldName (note: this class is not respon

(int tableid, String tableAlias)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

BTreeScanMethod · 0.95

Calls 9

getCatalogMethod · 0.95
getFieldNameMethod · 0.80
getFieldTypeMethod · 0.80
iteratorMethod · 0.65
getTupleDescMethod · 0.65
getTableNameMethod · 0.45
getDatabaseFileMethod · 0.45
indexIteratorMethod · 0.45
numFieldsMethod · 0.45

Tested by

no test coverage detected