You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by al...@apache.org on 2022/07/19 21:55:58 UTC

[datasketches-java] branch quantiles_sketch_sorted_view updated (5dc18d25 -> b05a8f70)

This is an automated email from the ASF dual-hosted git repository.

alsay pushed a change to branch quantiles_sketch_sorted_view
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git


    from 5dc18d25 finals
     add b05a8f70 DoublesSketchSortedView

No new revisions were added by this update.

Summary of changes:
 .../datasketches/quantiles/DoublesSketch.java      | 17 ++++++--
 ...Auxiliary.java => DoublesSketchSortedView.java} | 16 ++++---
 .../DoublesSketchSortedViewIterator.java}          | 34 +++++++--------
 .../quantiles/ItemsSketchSortedView.java           |  3 +-
 .../datasketches/quantiles/KolmogorovSmirnov.java  |  4 +-
 .../datasketches/quantiles/DoublesSketchTest.java  | 50 ++++++++++++++++++++++
 .../quantiles/HeapUpdateDoublesSketchTest.java     |  2 +-
 .../apache/datasketches/quantiles/UtilTest.java    |  2 +-
 8 files changed, 98 insertions(+), 30 deletions(-)
 rename src/main/java/org/apache/datasketches/quantiles/{DoublesAuxiliary.java => DoublesSketchSortedView.java} (95%)
 copy src/main/java/org/apache/datasketches/{kll/KllDoublesSketchSortedViewIterator.java => quantiles/DoublesSketchSortedViewIterator.java} (86%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org