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

Method Aggregate

src/java/simpledb/Aggregate.java:32–34  ·  view source on GitHub ↗

Constructor. Implementation hint: depending on the type of afield, you will want to construct an IntegerAggregator or StringAggregator to help you with your implementation of readNext(). @param child The OpIterator that is feeding us tuples. @param afield The

(OpIterator child, int afield, int gfield, Aggregator.Op aop)

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