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

Method getAlias

src/java/simpledb/execution/SeqScan.java:66–70  ·  view source on GitHub ↗

@return Return the alias of the table this operator scans.

()

Source from the content-addressed store, hash-verified

64 * @return Return the alias of the table this operator scans.
65 * */
66 public String getAlias()
67 {
68 // some code goes here
69 return this.tableAlias;
70 }
71
72 /**
73 * Reset the tableid, and tableAlias of this operator.

Callers 2

testTupleDescMethod · 0.95
buildTreeMethod · 0.95

Calls

no outgoing calls

Tested by 1

testTupleDescMethod · 0.76