| Method and Description |
|---|
| com.yahoo.sketches.quantiles.DoublesUnionBuilder.build(DoublesSketch)
changed name to
DoublesUnionBuilder.heapify(DoublesSketch) to more accuately reflect
its intent |
| com.yahoo.sketches.quantiles.DoublesUnionBuilder.build(Memory)
changed name to
DoublesUnionBuilder.heapify(Memory) to more accuately reflect its intent |
| com.yahoo.sketches.quantiles.DoublesUnionBuilder.copyBuild(DoublesSketch)
this is a duplicate of
DoublesUnionBuilder.heapify(DoublesSketch) and no longer needed. |
| com.yahoo.sketches.ArrayOfItemsSerDe.getId() |
| com.yahoo.sketches.quantiles.DoublesUnionBuilder.setK(int)
please use
DoublesUnionBuilder.setMaxK(int), which more accurately describes its function. |
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.