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

Class Aggregate

src/java/simpledb/Aggregate.java:10–137  ·  view source on GitHub ↗

The Aggregation operator that computes an aggregate (e.g., sum, avg, max, min). Note that we only support aggregates over a single column, grouped by a single column.

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