MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / getTableName

Method getTableName

src/java/simpledb/index/BTreeScan.java:62–64  ·  view source on GitHub ↗

@return return the table name of the table the operator scans. This should be the actual name of the table in the catalog of the database

()

Source from the content-addressed store, hash-verified

60 * be the actual name of the table in the catalog of the database
61 * */
62 public String getTableName() {
63 return this.tablename;
64 }
65
66 /**
67 * @return Return the alias of the table this operator scans.

Callers 2

resetMethod · 0.45
BTreeScanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected