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

Method getTupleDesc

src/java/simpledb/Aggregate.java:117–120  ·  view source on GitHub ↗

Returns the TupleDesc of this Aggregate. If there is no group by field, this will have one field - the aggregate column. If there is a group by field, the first field will be the group by field, and the second will be the aggregate value column. The name of an aggregate column should be informative

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

getTupleDescMethod · 0.95
buildTreeMethod · 0.95

Calls

no outgoing calls

Tested by 1

getTupleDescMethod · 0.76