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.