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

[datasketches-java] 01/01: Merge pull request #408 from apache/quantiles_sketch_sorted_view

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

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-java.git

commit f155bde2b75914f386a8533bbb70c012929a9bc5
Merge: 38f771c7 b05a8f70
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Jul 21 12:13:38 2022 -0700

    Merge pull request #408 from apache/quantiles_sketch_sorted_view
    
    Quantiles sketch sorted view

 .../org/apache/datasketches/QuantilesHelper.java   |  2 +-
 .../apache/datasketches/kll/KllDoublesHelper.java  | 14 ++---
 .../apache/datasketches/kll/KllDoublesSketch.java  | 11 ++++
 ...ulator.java => KllDoublesSketchSortedView.java} | 30 ++++++----
 .../kll/KllDoublesSketchSortedViewIterator.java    | 68 +++++++++++++++++++++
 .../apache/datasketches/kll/KllFloatsHelper.java   | 13 ++--
 .../apache/datasketches/kll/KllFloatsSketch.java   | 13 +++-
 ...culator.java => KllFloatsSketchSortedView.java} | 30 ++++++----
 .../kll/KllFloatsSketchSortedViewIterator.java     | 68 +++++++++++++++++++++
 .../datasketches/quantiles/DoublesSketch.java      | 17 +++++-
 ...Auxiliary.java => DoublesSketchSortedView.java} | 16 +++--
 .../quantiles/DoublesSketchSortedViewIterator.java | 68 +++++++++++++++++++++
 .../apache/datasketches/quantiles/ItemsSketch.java | 17 +++++-
 ...msAuxiliary.java => ItemsSketchSortedView.java} | 34 +++++++----
 .../quantiles/ItemsSketchSortedViewIterator.java   | 70 ++++++++++++++++++++++
 .../datasketches/quantiles/KolmogorovSmirnov.java  |  4 +-
 .../datasketches/kll/KllDoublesSketchTest.java     | 54 +++++++++++++++++
 .../datasketches/kll/KllFloatsSketchTest.java      | 54 +++++++++++++++++
 .../datasketches/quantiles/DoublesSketchTest.java  | 50 ++++++++++++++++
 .../quantiles/HeapUpdateDoublesSketchTest.java     |  2 +-
 .../datasketches/quantiles/ItemsSketchTest.java    | 56 +++++++++++++++++
 .../apache/datasketches/quantiles/UtilTest.java    |  2 +-
 22 files changed, 631 insertions(+), 62 deletions(-)


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