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

Method getTupleDesc

src/java/simpledb/storage/Tuple.java:46–49  ·  view source on GitHub ↗

@return The TupleDesc representing the schema of this tuple.

()

Source from the content-addressed store, hash-verified

44 * @return The TupleDesc representing the schema of this tuple.
45 */
46 public TupleDesc getTupleDesc() {
47 // some code goes here
48 return this.tupleDesc;
49 }
50
51 /**
52 * @return The RecordId representing the location of this tuple on disk. May

Callers 7

getTupleDescMethod · 0.95
insertRowMethod · 0.95
insertRowMethod · 0.95
validateInsertMethod · 0.95
runMethod · 0.95
insertRowMethod · 0.95
applyPredicateMethod · 0.95

Calls

no outgoing calls

Tested by 7

getTupleDescMethod · 0.76
insertRowMethod · 0.76
insertRowMethod · 0.76
validateInsertMethod · 0.76
runMethod · 0.76
insertRowMethod · 0.76
applyPredicateMethod · 0.76