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

Method addOrderBy

src/java/simpledb/LogicalPlan.java:212–217  ·  view source on GitHub ↗

Add an ORDER BY expression in the specified order on the specified field. SimpleDb only supports a single ORDER BY field. @param field the field to order by @param asc true if should be ordered in ascending order, false for descending order @throws ParsingException

(String field, boolean asc)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parseQueryLogicalPlanMethod · 0.95

Calls 1

disambiguateNameMethod · 0.95

Tested by

no test coverage detected