Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ getOutputTupleDesc
Method
getOutputTupleDesc
src/java/simpledb/execution/Query.java:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
public
TupleDesc getOutputTupleDesc() {
68
return
this.op.getTupleDesc();
69
}
70
71
/** @
return
true
if
there are more tuples remaining. */
72
public
boolean hasNext() throws DbException, TransactionAbortedException {
Callers
1
execute
Method · 0.95
Calls
1
getTupleDesc
Method · 0.65
Tested by
no test coverage detected