Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ getTupleDesc
Method
getTupleDesc
src/java/simpledb/execution/Filter.java:43–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
}
42
43
public
TupleDesc getTupleDesc() {
44
// some code goes here
45
return
child.getTupleDesc();
46
}
47
48
public
void
open() throws DbException, NoSuchElementException,
49
TransactionAbortedException {
Callers
1
getTupleDesc
Method · 0.95
Calls
1
getTupleDesc
Method · 0.65
Tested by
1
getTupleDesc
Method · 0.76