MCPcopy 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

runMethod · 0.95
executeMethod · 0.95

Calls 1

openMethod · 0.65

Tested by 1

runMethod · 0.76