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

Method fetchNext

src/java/simpledb/Aggregate.java:97–100  ·  view source on GitHub ↗

Returns the next tuple. If there is a group by field, then the first field is the field by which we are grouping, and the second field is the result of computing the aggregate. If there is no group by field, then the result tuple should contain one field representing the result of the aggregate. Sho

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected