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

Method IntHistogram

src/java/simpledb/IntHistogram.java:23–25  ·  view source on GitHub ↗

Create a new IntHistogram. This IntHistogram should maintain a histogram of integer values that it receives. It should split the histogram into "buckets" buckets. The values that are being histogrammed will be provided one-at-a-time through the "addValue()" function. Your implementation should us

(int buckets, int min, int max)

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