Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ getTupleDesc
Method
getTupleDesc
src/java/simpledb/execution/Insert.java:52–55 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
public
TupleDesc getTupleDesc() {
53
// some code goes here
54
return
new
TupleDesc(
new
Type[]{Type.INT_TYPE});
55
}
56
57
public
void
open() throws DbException, TransactionAbortedException {
58
// some code goes here
Callers
2
getTupleDesc
Method · 0.95
open
Method · 0.95
Calls
no outgoing calls
Tested by
1
getTupleDesc
Method · 0.76