From 693669e536b1b16e1deef0c4fee3c0b85e51d86a Mon Sep 17 00:00:00 2001 From: saydakov Date: Tue, 3 Apr 2018 14:25:29 -0700 Subject: [PATCH] updated javadoc --- .../tuple/DataToSketchAlgebraicIntermediateFinal.java | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/yahoo/sketches/pig/tuple/DataToSketchAlgebraicIntermediateFinal.java b/src/main/java/com/yahoo/sketches/pig/tuple/DataToSketchAlgebraicIntermediateFinal.java index 0f05ee0..878d9d3 100644 --- a/src/main/java/com/yahoo/sketches/pig/tuple/DataToSketchAlgebraicIntermediateFinal.java +++ b/src/main/java/com/yahoo/sketches/pig/tuple/DataToSketchAlgebraicIntermediateFinal.java @@ -42,8 +42,8 @@ public abstract class DataToSketchAlgebraicIntermediateFinal summaryFac } /** - * Constructs a function given a sketch size, summary factory and default - * sampling probability of 1. + * Constructs a function given a sketch size, summary factory, summary set operations, + * summary deserializer and default sampling probability of 1. * @param sketchSize parameter controlling the size of the sketch and the accuracy. * It represents nominal number of entries in the sketch. Forced to the nearest power of 2 * greater than given value. @@ -70,7 +70,8 @@ public DataToSketchAlgebraicIntermediateFinal(final int sketchSize, } /** - * Constructs a function given a sketch size, sampling probability and summary factory + * Constructs a function given a sketch size, sampling probability, summary factory, + * summary set operations and summary deserializer * @param sketchSize parameter controlling the size of the sketch and the accuracy. * It represents nominal number of entries in the sketch. Forced to the nearest power of 2 * greater than given value.