Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/1345414527/MIT6.830
/ start
Method
start
src/java/simpledb/execution/Query.java:60–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
public
void
start() throws DbException,
61
TransactionAbortedException {
62
op.open();
63
64
started = true;
65
}
66
67
public
TupleDesc getOutputTupleDesc() {
68
return
this.op.getTupleDesc();
Callers
2
run
Method · 0.95
execute
Method · 0.95
Calls
1
open
Method · 0.65
Tested by
1
run
Method · 0.76