MCPcopy Create free account
hub / github.com/1345414527/MIT6.830 / setQuery

Method setQuery

src/java/simpledb/optimizer/LogicalPlan.java:62–64  ·  view source on GitHub ↗

Set the text of the query representing this logical plan. Does NOT parse the specified query -- this method is just used so that the object can print the SQL it represents. @param query the text of the query associated with this plan

(String query)

Source from the content-addressed store, hash-verified

60 @param query the text of the query associated with this plan
61 */
62 public void setQuery(String query) {
63 this.query = query;
64 }
65
66 /** Get the query text associated with this plan via {@link #setQuery}.
67 */

Callers 2

parseQueryLogicalPlanMethod · 0.95
handleDeleteStatementMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected