MCPcopy Create free account
hub / github.com/MIT-DB-Class/simple-db-hw / addProjectField

Method addProjectField

src/java/simpledb/LogicalPlan.java:177–186  ·  view source on GitHub ↗

Add a specified field/aggregate combination to the select list of the query. Fields are output by the query such that the rightmost field is the first added via addProjectField. @param fname the field to add to the output @param aggOp the aggregate operation over the field. @

(String fname, String aggOp)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

parseQueryLogicalPlanMethod · 0.95
handleDeleteStatementMethod · 0.95

Calls 2

disambiguateNameMethod · 0.95
equalsMethod · 0.65

Tested by

no test coverage detected