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 2023/06/20 20:52:04 UTC

[datasketches-java] branch new_kll_items_sketch updated (c9c644bd -> 8da38f47)

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

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


    from c9c644bd Oops, this is what I meant to push.
     add 8da38f47 Interim 3 Add new methods to ArrayOfXSerDe classes.

No new revisions were added by this update.

Summary of changes:
 .../datasketches/common/ArrayOfBooleansSerDe.java  |  17 +-
 .../datasketches/common/ArrayOfDoublesSerDe.java   |  10 ++
 .../datasketches/common/ArrayOfItemsSerDe.java     |  30 ++++
 .../datasketches/common/ArrayOfLongsSerDe.java     |  10 ++
 .../datasketches/common/ArrayOfNumbersSerDe.java   |  98 +++++++++---
 .../datasketches/common/ArrayOfStringsSerDe.java   |  21 +++
 .../common/ArrayOfUtf16StringsSerDe.java           |  20 +++
 .../apache/datasketches/kll/KllDoublesSketch.java  |   2 +-
 .../apache/datasketches/kll/KllFloatsSketch.java   |   2 +-
 .../org/apache/datasketches/kll/KllHelper.java     |  61 +++----
 .../{KllGenericSketch.java => KllItemsSketch.java} | 127 +++++++--------
 .../org/apache/datasketches/kll/KllSketch.java     |  49 ++++--
 .../apache/datasketches/quantiles/ItemsUtil.java   |   3 +-
 .../datasketches/common/ArrayOfXSerDeTest.java     | 178 +++++++++++++++++++++
 .../datasketches/quantiles/ItemsSketchTest.java    |   9 +-
 15 files changed, 497 insertions(+), 140 deletions(-)
 rename src/main/java/org/apache/datasketches/kll/{KllGenericSketch.java => KllItemsSketch.java} (92%)
 create mode 100644 src/test/java/org/apache/datasketches/common/ArrayOfXSerDeTest.java


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