Skip navigation links
A C D E F G I J M O R S U V 

A

accumulate(Tuple) - Method in class org.apache.datasketches.pig.cpc.DataToSketch
An Accumulator version of the standard exec() method.
accumulate(Tuple) - Method in class org.apache.datasketches.pig.cpc.UnionSketch
An Accumulator version of the standard exec() method.
accumulate(Tuple) - Method in class org.apache.datasketches.pig.frequencies.DataToFrequentItemsSketch
 
accumulate(Tuple) - Method in class org.apache.datasketches.pig.frequencies.UnionFrequentItemsSketch
 
accumulate(Tuple) - Method in class org.apache.datasketches.pig.hll.DataToSketch
An Accumulator version of the standard exec() method.
accumulate(Tuple) - Method in class org.apache.datasketches.pig.hll.UnionSketch
An Accumulator version of the standard exec() method.
accumulate(Tuple) - Method in class org.apache.datasketches.pig.kll.DataToSketch
An Accumulator version of the standard exec() method.
accumulate(Tuple) - Method in class org.apache.datasketches.pig.kll.UnionSketch
An Accumulator version of the standard exec() method.
accumulate(Tuple) - Method in class org.apache.datasketches.pig.quantiles.DataToDoublesSketch
An Accumulator version of the standard exec() method.
accumulate(Tuple) - Method in class org.apache.datasketches.pig.quantiles.DataToItemsSketch
An Accumulator version of the standard exec() method.
accumulate(Tuple) - Method in class org.apache.datasketches.pig.quantiles.UnionDoublesSketch
An Accumulator version of the standard exec() method.
accumulate(Tuple) - Method in class org.apache.datasketches.pig.quantiles.UnionItemsSketch
An Accumulator version of the standard exec() method.
accumulate(Tuple) - Method in class org.apache.datasketches.pig.sampling.DataToVarOptSketch
 
accumulate(Tuple) - Method in class org.apache.datasketches.pig.sampling.ReservoirSampling
 
accumulate(Tuple) - Method in class org.apache.datasketches.pig.sampling.ReservoirUnion
 
accumulate(Tuple) - Method in class org.apache.datasketches.pig.sampling.VarOptSampling
 
accumulate(Tuple) - Method in class org.apache.datasketches.pig.sampling.VarOptUnion
 
accumulate(Tuple) - Method in class org.apache.datasketches.pig.theta.DataToSketch
An Accumulator version of the standard exec() method.
accumulate(Tuple) - Method in class org.apache.datasketches.pig.theta.Intersect
An Accumulator version of the standard exec() method.
accumulate(Tuple) - Method in class org.apache.datasketches.pig.theta.Union
An Accumulator version of the standard exec() method.
accumulate(Tuple) - Method in class org.apache.datasketches.pig.tuple.DataToSketch
 
accumulate(Tuple) - Method in class org.apache.datasketches.pig.tuple.UnionSketch
 
AexcludeB - Class in org.apache.datasketches.pig.theta
This is a Pig UDF that performs the A-NOT-B Set Operation on two given Sketches.
AexcludeB() - Constructor for class org.apache.datasketches.pig.theta.AexcludeB
Default constructor to make pig validation happy.
AexcludeB(String) - Constructor for class org.apache.datasketches.pig.theta.AexcludeB
String constructor.
AexcludeB(long) - Constructor for class org.apache.datasketches.pig.theta.AexcludeB
Base constructor.
AlgebraicInitial - Class in org.apache.datasketches.pig.cpc
Class used to calculate the initial pass of an Algebraic sketch operation.
AlgebraicInitial() - Constructor for class org.apache.datasketches.pig.cpc.AlgebraicInitial
Default constructor for the initial pass of an Algebraic function.
AlgebraicInitial(String) - Constructor for class org.apache.datasketches.pig.cpc.AlgebraicInitial
Constructor for the initial pass of an Algebraic function.
AlgebraicInitial(String, String) - Constructor for class org.apache.datasketches.pig.cpc.AlgebraicInitial
Constructor for the initial pass of an Algebraic function.
AlgebraicInitial - Class in org.apache.datasketches.pig.frequencies
This is a common pass-through implementation for initial step of an Algebraic operation
AlgebraicInitial() - Constructor for class org.apache.datasketches.pig.frequencies.AlgebraicInitial
 
AlgebraicInitial - Class in org.apache.datasketches.pig.hll
Class used to calculate the initial pass of an Algebraic sketch operation.
AlgebraicInitial() - Constructor for class org.apache.datasketches.pig.hll.AlgebraicInitial
Default constructor for the initial pass of an Algebraic function.
AlgebraicInitial(String) - Constructor for class org.apache.datasketches.pig.hll.AlgebraicInitial
Constructor for the initial pass of an Algebraic function.
AlgebraicInitial(String, String) - Constructor for class org.apache.datasketches.pig.hll.AlgebraicInitial
Constructor for the initial pass of an Algebraic function.
AlgebraicInitial - Class in org.apache.datasketches.pig.tuple
This is a common pass-through implementation for initial step of an Algebraic operation
AlgebraicInitial() - Constructor for class org.apache.datasketches.pig.tuple.AlgebraicInitial
 
ArrayOfDoublesSketchesToPValueEstimates - Class in org.apache.datasketches.pig.tuple
Calculate p-values given two ArrayOfDoublesSketch.
ArrayOfDoublesSketchesToPValueEstimates() - Constructor for class org.apache.datasketches.pig.tuple.ArrayOfDoublesSketchesToPValueEstimates
 
ArrayOfDoublesSketchToEstimateAndErrorBounds - Class in org.apache.datasketches.pig.tuple
This is a User Defined Function (UDF) for obtaining the unique count estimate along with a lower and upper bound from an ArrayOfDoublesSketch.
ArrayOfDoublesSketchToEstimateAndErrorBounds() - Constructor for class org.apache.datasketches.pig.tuple.ArrayOfDoublesSketchToEstimateAndErrorBounds
 
ArrayOfDoublesSketchToEstimates - Class in org.apache.datasketches.pig.tuple
This UDF converts an ArrayOfDoubles sketch to estimates.
ArrayOfDoublesSketchToEstimates() - Constructor for class org.apache.datasketches.pig.tuple.ArrayOfDoublesSketchToEstimates
 
ArrayOfDoublesSketchToMeans - Class in org.apache.datasketches.pig.tuple
This UDF converts an ArrayOfDoubles sketch to mean values.
ArrayOfDoublesSketchToMeans() - Constructor for class org.apache.datasketches.pig.tuple.ArrayOfDoublesSketchToMeans
 
ArrayOfDoublesSketchToNumberOfRetainedEntries - Class in org.apache.datasketches.pig.tuple
This is a User Defined Function (UDF) for obtaining the number of retained entries from an ArrayOfDoublesSketch.
ArrayOfDoublesSketchToNumberOfRetainedEntries() - Constructor for class org.apache.datasketches.pig.tuple.ArrayOfDoublesSketchToNumberOfRetainedEntries
 
ArrayOfDoublesSketchToQuantilesSketch - Class in org.apache.datasketches.pig.tuple
This UDF converts a given column of double values from an ArrayOfDoubles sketch to a quantiles DoublesSketch to further analyze the distribution of these values.
ArrayOfDoublesSketchToQuantilesSketch() - Constructor for class org.apache.datasketches.pig.tuple.ArrayOfDoublesSketchToQuantilesSketch
Constructor with default parameter k for quantiles sketch
ArrayOfDoublesSketchToQuantilesSketch(String) - Constructor for class org.apache.datasketches.pig.tuple.ArrayOfDoublesSketchToQuantilesSketch
Constructor with a given parameter k for quantiles sketch
ArrayOfDoublesSketchToVariances - Class in org.apache.datasketches.pig.tuple
This UDF converts an ArrayOfDoubles sketch to variance values.
ArrayOfDoublesSketchToVariances() - Constructor for class org.apache.datasketches.pig.tuple.ArrayOfDoublesSketchToVariances
 
ArrayOfTuplesSerDe - Class in org.apache.datasketches.pig.sampling
This ArrayOfItemsSerDe implementation takes advantage of the Pig methods used in Pig's own BinStorage to serialize arbitrary Tuple data.
ArrayOfTuplesSerDe() - Constructor for class org.apache.datasketches.pig.sampling.ArrayOfTuplesSerDe
 

C

cleanup() - Method in class org.apache.datasketches.pig.cpc.DataToSketch
Cleans up the UDF state after being called using the Accumulator interface.
cleanup() - Method in class org.apache.datasketches.pig.cpc.UnionSketch
Cleans up the UDF state after being called using the Accumulator interface.
cleanup() - Method in class org.apache.datasketches.pig.frequencies.DataToFrequentItemsSketch
 
cleanup() - Method in class org.apache.datasketches.pig.frequencies.UnionFrequentItemsSketch
 
cleanup() - Method in class org.apache.datasketches.pig.hll.DataToSketch
Cleans up the UDF state after being called using the Accumulator interface.
cleanup() - Method in class org.apache.datasketches.pig.hll.UnionSketch
Cleans up the UDF state after being called using the Accumulator interface.
cleanup() - Method in class org.apache.datasketches.pig.kll.DataToSketch
Cleans up the UDF state after being called using the Accumulator interface.
cleanup() - Method in class org.apache.datasketches.pig.kll.UnionSketch
Cleans up the UDF state after being called using the Accumulator interface.
cleanup() - Method in class org.apache.datasketches.pig.quantiles.DataToDoublesSketch
Cleans up the UDF state after being called using the Accumulator interface.
cleanup() - Method in class org.apache.datasketches.pig.quantiles.DataToItemsSketch
Cleans up the UDF state after being called using the Accumulator interface.
cleanup() - Method in class org.apache.datasketches.pig.quantiles.UnionDoublesSketch
Cleans up the UDF state after being called using the Accumulator interface.
cleanup() - Method in class org.apache.datasketches.pig.quantiles.UnionItemsSketch
Cleans up the UDF state after being called using the Accumulator interface.
cleanup() - Method in class org.apache.datasketches.pig.sampling.DataToVarOptSketch
 
cleanup() - Method in class org.apache.datasketches.pig.sampling.ReservoirSampling
 
cleanup() - Method in class org.apache.datasketches.pig.sampling.ReservoirUnion
 
cleanup() - Method in class org.apache.datasketches.pig.sampling.VarOptSampling
 
cleanup() - Method in class org.apache.datasketches.pig.sampling.VarOptUnion
 
cleanup() - Method in class org.apache.datasketches.pig.theta.DataToSketch
Cleans up the UDF state after being called using the Accumulator interface.
cleanup() - Method in class org.apache.datasketches.pig.theta.Intersect
Cleans up the UDF state after being called using the Accumulator interface.
cleanup() - Method in class org.apache.datasketches.pig.theta.Union
Cleans up the UDF state after being called using the Accumulator interface.
cleanup() - Method in class org.apache.datasketches.pig.tuple.DataToSketch
 
cleanup() - Method in class org.apache.datasketches.pig.tuple.UnionSketch
 

D

DataToArrayOfDoublesSketch - Class in org.apache.datasketches.pig.tuple
This UDF creates an ArrayOfDoublesSketch from raw data.
DataToArrayOfDoublesSketch() - Constructor for class org.apache.datasketches.pig.tuple.DataToArrayOfDoublesSketch
Constructor with default sketch size, default sampling probability of 1 and default number of values per key, which is 1.
DataToArrayOfDoublesSketch(String) - Constructor for class org.apache.datasketches.pig.tuple.DataToArrayOfDoublesSketch
Constructor with default sketch size and default sampling probability of 1.
DataToArrayOfDoublesSketch(String, String) - Constructor for class org.apache.datasketches.pig.tuple.DataToArrayOfDoublesSketch
Constructor with given sketch size, number of values and default sampling probability of 1.
DataToArrayOfDoublesSketch(String, String, String) - Constructor for class org.apache.datasketches.pig.tuple.DataToArrayOfDoublesSketch
Constructor with given sketch size, sampling probability and number of values.
DataToArrayOfDoublesSketch.Initial - Class in org.apache.datasketches.pig.tuple
 
DataToArrayOfDoublesSketch.IntermediateFinal - Class in org.apache.datasketches.pig.tuple
 
DataToDoublesSketch - Class in org.apache.datasketches.pig.quantiles
This is a Pig UDF that builds Sketches from data.
DataToDoublesSketch() - Constructor for class org.apache.datasketches.pig.quantiles.DataToDoublesSketch
Default constructor.
DataToDoublesSketch(String) - Constructor for class org.apache.datasketches.pig.quantiles.DataToDoublesSketch
String constructor.
DataToDoublesSketch(int) - Constructor for class org.apache.datasketches.pig.quantiles.DataToDoublesSketch
Base constructor.
DataToDoublesSketch.Initial - Class in org.apache.datasketches.pig.quantiles
Class used to calculate the initial pass of an Algebraic sketch operation.
DataToDoublesSketch.IntermediateFinal - Class in org.apache.datasketches.pig.quantiles
Class used to calculate the intermediate or final combiner pass of an Algebraic sketch operation.
DataToDoubleSummarySketch - Class in org.apache.datasketches.pig.tuple
This UDF creates a Sketch<DoubleSummary> from raw data.
DataToDoubleSummarySketch() - Constructor for class org.apache.datasketches.pig.tuple.DataToDoubleSummarySketch
Constructor with default sketch size and default mode (sum)
DataToDoubleSummarySketch(String) - Constructor for class org.apache.datasketches.pig.tuple.DataToDoubleSummarySketch
Constructor with default mode (sum)
DataToDoubleSummarySketch(String, String) - Constructor for class org.apache.datasketches.pig.tuple.DataToDoubleSummarySketch
Constructor
DataToDoubleSummarySketch.Initial - Class in org.apache.datasketches.pig.tuple
 
DataToDoubleSummarySketch.IntermediateFinal - Class in org.apache.datasketches.pig.tuple
 
DataToFrequentItemsSketch<T> - Class in org.apache.datasketches.pig.frequencies
This is a generic implementation to be specialized in concrete UDFs
DataToFrequentItemsSketch(int, ArrayOfItemsSerDe<T>) - Constructor for class org.apache.datasketches.pig.frequencies.DataToFrequentItemsSketch
Constructs a function given a sketch size and serde
DataToFrequentItemsSketchAlgebraicIntermediateFinal<T> - Class in org.apache.datasketches.pig.frequencies
Class used to calculate the intermediate pass (combiner) or the final pass (reducer) of an Algebraic sketch operation.
DataToFrequentItemsSketchAlgebraicIntermediateFinal() - Constructor for class org.apache.datasketches.pig.frequencies.DataToFrequentItemsSketchAlgebraicIntermediateFinal
Default constructor to make pig validation happy.
DataToFrequentItemsSketchAlgebraicIntermediateFinal(int, ArrayOfItemsSerDe<T>) - Constructor for class org.apache.datasketches.pig.frequencies.DataToFrequentItemsSketchAlgebraicIntermediateFinal
 
DataToFrequentStringsSketch - Class in org.apache.datasketches.pig.frequencies
This UDF creates a FrequentItemsSketch<String> from raw data.
DataToFrequentStringsSketch(String) - Constructor for class org.apache.datasketches.pig.frequencies.DataToFrequentStringsSketch
Constructor
DataToFrequentStringsSketch.Initial - Class in org.apache.datasketches.pig.frequencies
 
DataToFrequentStringsSketch.IntermediateFinal - Class in org.apache.datasketches.pig.frequencies
 
DataToItemsSketch<T> - Class in org.apache.datasketches.pig.quantiles
Builds ItemsSketch from data.
DataToItemsSketch(int, Comparator<T>, ArrayOfItemsSerDe<T>) - Constructor for class org.apache.datasketches.pig.quantiles.DataToItemsSketch
Base constructor.
DataToItemsSketch.DataToItemsSketchInitial - Class in org.apache.datasketches.pig.quantiles
Class used to calculate the initial pass of an Algebraic sketch operation.
DataToItemsSketch.DataToItemsSketchIntermediateFinal<T> - Class in org.apache.datasketches.pig.quantiles
Class used to calculate the intermediate or final combiner pass of an Algebraic sketch operation.
DataToItemsSketchInitial() - Constructor for class org.apache.datasketches.pig.quantiles.DataToItemsSketch.DataToItemsSketchInitial
Default constructor.
DataToItemsSketchInitial(String) - Constructor for class org.apache.datasketches.pig.quantiles.DataToItemsSketch.DataToItemsSketchInitial
Constructor with specific k
DataToItemsSketchIntermediateFinal(int, Comparator<T>, ArrayOfItemsSerDe<T>) - Constructor for class org.apache.datasketches.pig.quantiles.DataToItemsSketch.DataToItemsSketchIntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
DataToSketch - Class in org.apache.datasketches.pig.cpc
This is a Pig UDF that builds sketches from data.
DataToSketch() - Constructor for class org.apache.datasketches.pig.cpc.DataToSketch
Constructor with default lgK and seed
DataToSketch(String) - Constructor for class org.apache.datasketches.pig.cpc.DataToSketch
Constructor with given lgK as string and default seed
DataToSketch(String, String) - Constructor for class org.apache.datasketches.pig.cpc.DataToSketch
Constructor with given lgK and seed as strings
DataToSketch(int, long) - Constructor for class org.apache.datasketches.pig.cpc.DataToSketch
Base constructor.
DataToSketch - Class in org.apache.datasketches.pig.hll
This is a Pig UDF that builds Sketches from data.
DataToSketch() - Constructor for class org.apache.datasketches.pig.hll.DataToSketch
Constructor with default lgK and target HLL type
DataToSketch(String) - Constructor for class org.apache.datasketches.pig.hll.DataToSketch
Constructor with given lgK as string and default target HLL type.
DataToSketch(String, String) - Constructor for class org.apache.datasketches.pig.hll.DataToSketch
Constructor with given lgK and target HLL type as strings
DataToSketch(int, TgtHllType) - Constructor for class org.apache.datasketches.pig.hll.DataToSketch
Base constructor.
DataToSketch - Class in org.apache.datasketches.pig.kll
This UDF is to build sketches from data.
DataToSketch() - Constructor for class org.apache.datasketches.pig.kll.DataToSketch
Default constructor.
DataToSketch(String) - Constructor for class org.apache.datasketches.pig.kll.DataToSketch
String constructor.
DataToSketch - Class in org.apache.datasketches.pig.theta
This is a Pig UDF that builds Sketches from data.
DataToSketch() - Constructor for class org.apache.datasketches.pig.theta.DataToSketch
Default constructor.
DataToSketch(String) - Constructor for class org.apache.datasketches.pig.theta.DataToSketch
String constructor.
DataToSketch(String, String) - Constructor for class org.apache.datasketches.pig.theta.DataToSketch
String constructor.
DataToSketch(String, String, String) - Constructor for class org.apache.datasketches.pig.theta.DataToSketch
Full string constructor.
DataToSketch(int, float, long) - Constructor for class org.apache.datasketches.pig.theta.DataToSketch
Base constructor.
DataToSketch<U,S extends org.apache.datasketches.tuple.UpdatableSummary<U>> - Class in org.apache.datasketches.pig.tuple
This is a generic implementation to be specialized in concrete UDFs
DataToSketch(SummaryFactory<S>) - Constructor for class org.apache.datasketches.pig.tuple.DataToSketch
Constructs a function given a summary factory, default sketch size and default sampling probability of 1.
DataToSketch(int, SummaryFactory<S>) - Constructor for class org.apache.datasketches.pig.tuple.DataToSketch
Constructs a function given a sketch size, summary factory and default sampling probability of 1.
DataToSketch(int, float, SummaryFactory<S>) - Constructor for class org.apache.datasketches.pig.tuple.DataToSketch
Constructs a function given a sketch size, sampling probability and summary factory
DataToSketch.Final - Class in org.apache.datasketches.pig.kll
Class used to calculate the final pass of an Algebraic sketch operation.
DataToSketch.Initial - Class in org.apache.datasketches.pig.kll
Class used to calculate the initial pass of an Algebraic sketch operation.
DataToSketch.Initial - Class in org.apache.datasketches.pig.theta
Class used to calculate the initial pass of an Algebraic sketch operation.
DataToSketch.Intermediate - Class in org.apache.datasketches.pig.kll
Class used to calculate the intermediate pass of an Algebraic sketch operation.
DataToSketch.IntermediateFinal - Class in org.apache.datasketches.pig.theta
Class used to calculate the intermediate or final combiner pass of an Algebraic sketch operation.
DataToSketchAlgebraicFinal - Class in org.apache.datasketches.pig.cpc
 
DataToSketchAlgebraicFinal() - Constructor for class org.apache.datasketches.pig.cpc.DataToSketchAlgebraicFinal
Default constructor for the final pass of an Algebraic function.
DataToSketchAlgebraicFinal(String) - Constructor for class org.apache.datasketches.pig.cpc.DataToSketchAlgebraicFinal
Constructor for the final pass of an Algebraic function.
DataToSketchAlgebraicFinal(String, String) - Constructor for class org.apache.datasketches.pig.cpc.DataToSketchAlgebraicFinal
Constructor for the final pass of an Algebraic function.
DataToSketchAlgebraicFinal - Class in org.apache.datasketches.pig.hll
 
DataToSketchAlgebraicFinal() - Constructor for class org.apache.datasketches.pig.hll.DataToSketchAlgebraicFinal
Default constructor for the final pass of an Algebraic function.
DataToSketchAlgebraicFinal(String) - Constructor for class org.apache.datasketches.pig.hll.DataToSketchAlgebraicFinal
Constructor for the final pass of an Algebraic function.
DataToSketchAlgebraicFinal(String, String) - Constructor for class org.apache.datasketches.pig.hll.DataToSketchAlgebraicFinal
Constructor for the final pass of an Algebraic function.
DataToSketchAlgebraicIntermediate - Class in org.apache.datasketches.pig.cpc
 
DataToSketchAlgebraicIntermediate() - Constructor for class org.apache.datasketches.pig.cpc.DataToSketchAlgebraicIntermediate
Default constructor for the intermediate pass of an Algebraic function.
DataToSketchAlgebraicIntermediate(String) - Constructor for class org.apache.datasketches.pig.cpc.DataToSketchAlgebraicIntermediate
Constructor for the intermediate pass of an Algebraic function.
DataToSketchAlgebraicIntermediate(String, String) - Constructor for class org.apache.datasketches.pig.cpc.DataToSketchAlgebraicIntermediate
Constructor for the intermediate pass of an Algebraic function.
DataToSketchAlgebraicIntermediate - Class in org.apache.datasketches.pig.hll
 
DataToSketchAlgebraicIntermediate() - Constructor for class org.apache.datasketches.pig.hll.DataToSketchAlgebraicIntermediate
Default constructor for the intermediate pass of an Algebraic function.
DataToSketchAlgebraicIntermediate(String) - Constructor for class org.apache.datasketches.pig.hll.DataToSketchAlgebraicIntermediate
Constructor for the intermediate pass of an Algebraic function.
DataToSketchAlgebraicIntermediate(String, String) - Constructor for class org.apache.datasketches.pig.hll.DataToSketchAlgebraicIntermediate
Constructor for the intermediate pass of an Algebraic function.
DataToSketchAlgebraicIntermediateFinal<U,S extends org.apache.datasketches.tuple.UpdatableSummary<U>> - Class in org.apache.datasketches.pig.tuple
Class used to calculate the intermediate pass (combiner) or the final pass (reducer) of an Algebraic sketch operation.
DataToSketchAlgebraicIntermediateFinal(SummaryFactory<S>, SummarySetOperations<S>, SummaryDeserializer<S>) - Constructor for class org.apache.datasketches.pig.tuple.DataToSketchAlgebraicIntermediateFinal
Constructs a function given a summary factory, summary set operations, summary deserializer, default sketch size and default sampling probability of 1.
DataToSketchAlgebraicIntermediateFinal(int, SummaryFactory<S>, SummarySetOperations<S>, SummaryDeserializer<S>) - Constructor for class org.apache.datasketches.pig.tuple.DataToSketchAlgebraicIntermediateFinal
Constructs a function given a sketch size, summary factory, summary set operations, summary deserializer and default sampling probability of 1.
DataToSketchAlgebraicIntermediateFinal(int, float, SummaryFactory<S>, SummarySetOperations<S>, SummaryDeserializer<S>) - Constructor for class org.apache.datasketches.pig.tuple.DataToSketchAlgebraicIntermediateFinal
Constructs a function given a sketch size, sampling probability, summary factory, summary set operations and summary deserializer
DataToStringsSketch - Class in org.apache.datasketches.pig.quantiles
Creates an ItemsSketch<String> from raw data.
DataToStringsSketch() - Constructor for class org.apache.datasketches.pig.quantiles.DataToStringsSketch
 
DataToStringsSketch(String) - Constructor for class org.apache.datasketches.pig.quantiles.DataToStringsSketch
 
DataToStringsSketch.DataToStringsSketchIntermediateFinal - Class in org.apache.datasketches.pig.quantiles
 
DataToStringsSketchIntermediateFinal() - Constructor for class org.apache.datasketches.pig.quantiles.DataToStringsSketch.DataToStringsSketchIntermediateFinal
 
DataToStringsSketchIntermediateFinal(String) - Constructor for class org.apache.datasketches.pig.quantiles.DataToStringsSketch.DataToStringsSketchIntermediateFinal
 
DataToVarOptSketch - Class in org.apache.datasketches.pig.sampling
Creates a binary version of a VarOpt sampling over input tuples.
DataToVarOptSketch(String) - Constructor for class org.apache.datasketches.pig.sampling.DataToVarOptSketch
VarOpt sampling constructor.
DataToVarOptSketch(String, String) - Constructor for class org.apache.datasketches.pig.sampling.DataToVarOptSketch
VarOpt sampling constructor.
deserializeFromMemory(Memory, int) - Method in class org.apache.datasketches.pig.sampling.ArrayOfTuplesSerDe
 
DoublesSketchToString - Class in org.apache.datasketches.pig.quantiles
This UDF is to get a human-readable summary of a given sketch.
DoublesSketchToString() - Constructor for class org.apache.datasketches.pig.quantiles.DoublesSketchToString
 
DoubleSummarySketchToEstimates - Class in org.apache.datasketches.pig.tuple
This UDF converts a Sketch<DoubleSummary> to estimates.
DoubleSummarySketchToEstimates() - Constructor for class org.apache.datasketches.pig.tuple.DoubleSummarySketchToEstimates
 
DoubleSummarySketchToPercentile - Class in org.apache.datasketches.pig.tuple
This UDF is to get a percentile value from a Sketch<DoubleSummary>.
DoubleSummarySketchToPercentile() - Constructor for class org.apache.datasketches.pig.tuple.DoubleSummarySketchToPercentile
 

E

ErrorBounds - Class in org.apache.datasketches.pig.theta
This is a User Defined Function (UDF) for returning the Double value result along with a lower and upper bound.
ErrorBounds() - Constructor for class org.apache.datasketches.pig.theta.ErrorBounds
Constructs with the DEFAULT_UPDATE_SEED used when deserializing the sketch.
ErrorBounds(String) - Constructor for class org.apache.datasketches.pig.theta.ErrorBounds
Constructs with the given seed.
ErrorBounds(long) - Constructor for class org.apache.datasketches.pig.theta.ErrorBounds
Constructs with the given seed.
Estimate - Class in org.apache.datasketches.pig.theta
Returns the unique count estimate of a sketch as a Double.
Estimate() - Constructor for class org.apache.datasketches.pig.theta.Estimate
Constructs with the DEFAULT_UPDATE_SEED used when deserializing the sketch.
Estimate(String) - Constructor for class org.apache.datasketches.pig.theta.Estimate
Constructs with the given seed.
Estimate(long) - Constructor for class org.apache.datasketches.pig.theta.Estimate
Constructs with the given seed.
exec(Tuple) - Method in class org.apache.datasketches.pig.cpc.AlgebraicInitial
 
exec(Tuple) - Method in class org.apache.datasketches.pig.cpc.DataToSketch
Top-level exec function.
exec(Tuple) - Method in class org.apache.datasketches.pig.cpc.GetEstimate
 
exec(Tuple) - Method in class org.apache.datasketches.pig.cpc.GetEstimateAndErrorBounds
 
exec(Tuple) - Method in class org.apache.datasketches.pig.cpc.SketchToString
 
exec(Tuple) - Method in class org.apache.datasketches.pig.cpc.UnionSketch
Top-level exec function.
exec(Tuple) - Method in class org.apache.datasketches.pig.frequencies.AlgebraicInitial
 
exec(Tuple) - Method in class org.apache.datasketches.pig.frequencies.DataToFrequentItemsSketch
 
exec(Tuple) - Method in class org.apache.datasketches.pig.frequencies.DataToFrequentItemsSketchAlgebraicIntermediateFinal
 
exec(Tuple) - Method in class org.apache.datasketches.pig.frequencies.FrequentStringsSketchToEstimates
 
exec(Tuple) - Method in class org.apache.datasketches.pig.frequencies.UnionFrequentItemsSketch
 
exec(Tuple) - Method in class org.apache.datasketches.pig.frequencies.UnionFrequentItemsSketchAlgebraicIntermediateFinal
 
exec(Tuple) - Method in class org.apache.datasketches.pig.hash.MurmurHash3
Top Level Exec Function.
exec(Tuple) - Method in class org.apache.datasketches.pig.hll.AlgebraicInitial
 
exec(Tuple) - Method in class org.apache.datasketches.pig.hll.DataToSketch
Top-level exec function.
exec(Tuple) - Method in class org.apache.datasketches.pig.hll.SketchToEstimate
 
exec(Tuple) - Method in class org.apache.datasketches.pig.hll.SketchToEstimateAndErrorBounds
 
exec(Tuple) - Method in class org.apache.datasketches.pig.hll.SketchToString
 
exec(Tuple) - Method in class org.apache.datasketches.pig.hll.UnionSketch
Top-level exec function.
exec(Tuple) - Method in class org.apache.datasketches.pig.kll.DataToSketch
Top-level exec function.
exec(Tuple) - Method in class org.apache.datasketches.pig.kll.DataToSketch.Final
 
exec(Tuple) - Method in class org.apache.datasketches.pig.kll.DataToSketch.Initial
 
exec(Tuple) - Method in class org.apache.datasketches.pig.kll.DataToSketch.Intermediate
 
exec(Tuple) - Method in class org.apache.datasketches.pig.kll.GetCdf
 
exec(Tuple) - Method in class org.apache.datasketches.pig.kll.GetK
 
exec(Tuple) - Method in class org.apache.datasketches.pig.kll.GetPmf
 
exec(Tuple) - Method in class org.apache.datasketches.pig.kll.GetQuantile
 
exec(Tuple) - Method in class org.apache.datasketches.pig.kll.GetQuantiles
 
exec(Tuple) - Method in class org.apache.datasketches.pig.kll.GetRank
 
exec(Tuple) - Method in class org.apache.datasketches.pig.kll.SketchToString
 
exec(Tuple) - Method in class org.apache.datasketches.pig.kll.UnionSketch
Top-level exec function.
exec(Tuple) - Method in class org.apache.datasketches.pig.kll.UnionSketch.Final
 
exec(Tuple) - Method in class org.apache.datasketches.pig.kll.UnionSketch.Initial
 
exec(Tuple) - Method in class org.apache.datasketches.pig.kll.UnionSketch.Intermediate
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.DataToDoublesSketch
Top-level exec function.
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.DataToDoublesSketch.Initial
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.DataToDoublesSketch.IntermediateFinal
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.DataToItemsSketch.DataToItemsSketchInitial
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.DataToItemsSketch.DataToItemsSketchIntermediateFinal
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.DataToItemsSketch
Top-level exec function.
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.DoublesSketchToString
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.GetKFromDoublesSketch
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.GetKFromStringsSketch
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.GetPmfFromDoublesSketch
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.GetPmfFromStringsSketch
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.GetQuantileFromDoublesSketch
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.GetQuantileFromStringsSketch
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.GetQuantilesFromDoublesSketch
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.GetQuantilesFromStringsSketch
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.StringsSketchToString
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.UnionDoublesSketch
Top-level exec function.
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.UnionDoublesSketch.Initial
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.UnionDoublesSketch.IntermediateFinal
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.UnionItemsSketch
Top-level exec function.
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.UnionItemsSketch.UnionItemsSketchInitial
 
exec(Tuple) - Method in class org.apache.datasketches.pig.quantiles.UnionItemsSketch.UnionItemsSketchIntermediateFinal
 
exec(Tuple) - Method in class org.apache.datasketches.pig.sampling.GetVarOptSamples
 
exec(Tuple) - Method in class org.apache.datasketches.pig.sampling.ReservoirSampling
 
exec(Tuple) - Method in class org.apache.datasketches.pig.sampling.ReservoirSampling.Initial
 
exec(Tuple) - Method in class org.apache.datasketches.pig.sampling.ReservoirSampling.IntermediateFinal
 
exec(Tuple) - Method in class org.apache.datasketches.pig.sampling.VarOptSampling.Final
 
exec(Tuple) - Method in class org.apache.datasketches.pig.theta.AexcludeB
Top Level Exec Function.
exec(Tuple) - Method in class org.apache.datasketches.pig.theta.DataToSketch
Top-level exec function.
exec(Tuple) - Method in class org.apache.datasketches.pig.theta.DataToSketch.Initial
 
exec(Tuple) - Method in class org.apache.datasketches.pig.theta.DataToSketch.IntermediateFinal
 
exec(Tuple) - Method in class org.apache.datasketches.pig.theta.ErrorBounds
 
exec(Tuple) - Method in class org.apache.datasketches.pig.theta.Estimate
 
exec(Tuple) - Method in class org.apache.datasketches.pig.theta.Intersect
Top-level exec function.
exec(Tuple) - Method in class org.apache.datasketches.pig.theta.Intersect.Initial
 
exec(Tuple) - Method in class org.apache.datasketches.pig.theta.Intersect.IntermediateFinal
 
exec(Tuple) - Method in class org.apache.datasketches.pig.theta.JaccardSimilarity
Top Level Exec Function.
exec(Tuple) - Method in class org.apache.datasketches.pig.theta.SketchToString
 
exec(Tuple) - Method in class org.apache.datasketches.pig.theta.Union
Top-level exec function.
exec(Tuple) - Method in class org.apache.datasketches.pig.theta.Union.Initial
 
exec(Tuple) - Method in class org.apache.datasketches.pig.theta.Union.IntermediateFinal
 
exec(Tuple) - Method in class org.apache.datasketches.pig.tuple.AlgebraicInitial
 
exec(Tuple) - Method in class org.apache.datasketches.pig.tuple.ArrayOfDoublesSketchesToPValueEstimates
 
exec(Tuple) - Method in class org.apache.datasketches.pig.tuple.ArrayOfDoublesSketchToEstimateAndErrorBounds
 
exec(Tuple) - Method in class org.apache.datasketches.pig.tuple.ArrayOfDoublesSketchToEstimates
 
exec(Tuple) - Method in class org.apache.datasketches.pig.tuple.ArrayOfDoublesSketchToMeans
 
exec(Tuple) - Method in class org.apache.datasketches.pig.tuple.ArrayOfDoublesSketchToNumberOfRetainedEntries
 
exec(Tuple) - Method in class org.apache.datasketches.pig.tuple.ArrayOfDoublesSketchToQuantilesSketch
 
exec(Tuple) - Method in class org.apache.datasketches.pig.tuple.ArrayOfDoublesSketchToVariances
 
exec(Tuple) - Method in class org.apache.datasketches.pig.tuple.DataToSketch
 
exec(Tuple) - Method in class org.apache.datasketches.pig.tuple.DataToSketchAlgebraicIntermediateFinal
 
exec(Tuple) - Method in class org.apache.datasketches.pig.tuple.DoubleSummarySketchToEstimates
 
exec(Tuple) - Method in class org.apache.datasketches.pig.tuple.DoubleSummarySketchToPercentile
 
exec(Tuple) - Method in class org.apache.datasketches.pig.tuple.UnionSketch
 
exec(Tuple) - Method in class org.apache.datasketches.pig.tuple.UnionSketchAlgebraicIntermediateFinal
 
extractValue(Object) - Method in class org.apache.datasketches.pig.quantiles.DataToItemsSketch.DataToItemsSketchIntermediateFinal
Override this if it takes more than a cast to convert from Pig type to type T
extractValue(Object) - Method in class org.apache.datasketches.pig.quantiles.DataToItemsSketch
Override this if it takes more than a cast to convert from Pig type to type T

F

Final() - Constructor for class org.apache.datasketches.pig.kll.DataToSketch.Final
Default constructor.
Final(String) - Constructor for class org.apache.datasketches.pig.kll.DataToSketch.Final
Constructor with explicit k as string.
Final() - Constructor for class org.apache.datasketches.pig.kll.UnionSketch.Final
Default constructor.
Final(String) - Constructor for class org.apache.datasketches.pig.kll.UnionSketch.Final
Constructor with explicit k as string.
Final() - Constructor for class org.apache.datasketches.pig.sampling.VarOptSampling.Final
 
Final(String) - Constructor for class org.apache.datasketches.pig.sampling.VarOptSampling.Final
Reducer VarOpt sampling constructor.
Final(String, String) - Constructor for class org.apache.datasketches.pig.sampling.VarOptSampling.Final
VarOpt sampling constructor.
FrequentStringsSketchToEstimates - Class in org.apache.datasketches.pig.frequencies
This UDF converts a FrequentItemsSketch<String> to estimates: {(item, estimate, upper bound, lower bound), ...}
FrequentStringsSketchToEstimates() - Constructor for class org.apache.datasketches.pig.frequencies.FrequentStringsSketchToEstimates
Instantiate UDF with default error type
FrequentStringsSketchToEstimates(String) - Constructor for class org.apache.datasketches.pig.frequencies.FrequentStringsSketchToEstimates
Instantiate UDF with given error type

G

GetCdf - Class in org.apache.datasketches.pig.kll
This UDF is to get an approximation to the Cumulative Distribution Function (CDF) of the input stream given a sketch and a set of split points - an array of m unique, monotonically increasing float values that divide the real number line into m+1 consecutive disjoint intervals.
GetCdf() - Constructor for class org.apache.datasketches.pig.kll.GetCdf
 
GetEstimate - Class in org.apache.datasketches.pig.cpc
This is a User Defined Function (UDF) for getting a distinct count estimate from a given CpcdSketch
GetEstimate() - Constructor for class org.apache.datasketches.pig.cpc.GetEstimate
Constructor with default seed
GetEstimate(String) - Constructor for class org.apache.datasketches.pig.cpc.GetEstimate
Constructor with given seed
GetEstimateAndErrorBounds - Class in org.apache.datasketches.pig.cpc
This is a User Defined Function (UDF) for obtaining the distinct count estimate along with a lower and upper bound from a given CpcSketch.
GetEstimateAndErrorBounds() - Constructor for class org.apache.datasketches.pig.cpc.GetEstimateAndErrorBounds
Constructor with default kappa and seed
GetEstimateAndErrorBounds(String) - Constructor for class org.apache.datasketches.pig.cpc.GetEstimateAndErrorBounds
Constructor with given kappa and default seed
GetEstimateAndErrorBounds(String, String) - Constructor for class org.apache.datasketches.pig.cpc.GetEstimateAndErrorBounds
Constructor with given kappa and seed
getFinal() - Method in class org.apache.datasketches.pig.cpc.DataToSketch
 
getFinal() - Method in class org.apache.datasketches.pig.cpc.UnionSketch
 
getFinal() - Method in class org.apache.datasketches.pig.frequencies.DataToFrequentStringsSketch
 
getFinal() - Method in class org.apache.datasketches.pig.frequencies.UnionFrequentStringsSketch
 
getFinal() - Method in class org.apache.datasketches.pig.hll.DataToSketch
 
getFinal() - Method in class org.apache.datasketches.pig.hll.UnionSketch
 
getFinal() - Method in class org.apache.datasketches.pig.kll.DataToSketch
 
getFinal() - Method in class org.apache.datasketches.pig.kll.UnionSketch
 
getFinal() - Method in class org.apache.datasketches.pig.quantiles.DataToDoublesSketch
 
getFinal() - Method in class org.apache.datasketches.pig.quantiles.DataToStringsSketch
 
getFinal() - Method in class org.apache.datasketches.pig.quantiles.UnionDoublesSketch
 
getFinal() - Method in class org.apache.datasketches.pig.quantiles.UnionStringsSketch
 
getFinal() - Method in class org.apache.datasketches.pig.sampling.DataToVarOptSketch
 
getFinal() - Method in class org.apache.datasketches.pig.sampling.ReservoirSampling
 
getFinal() - Method in class org.apache.datasketches.pig.sampling.VarOptSampling
 
getFinal() - Method in class org.apache.datasketches.pig.sampling.VarOptUnion
 
getFinal() - Method in class org.apache.datasketches.pig.theta.DataToSketch
 
getFinal() - Method in class org.apache.datasketches.pig.theta.Intersect
 
getFinal() - Method in class org.apache.datasketches.pig.theta.Union
 
getFinal() - Method in class org.apache.datasketches.pig.tuple.DataToArrayOfDoublesSketch
 
getFinal() - Method in class org.apache.datasketches.pig.tuple.DataToDoubleSummarySketch
 
getFinal() - Method in class org.apache.datasketches.pig.tuple.UnionArrayOfDoublesSketch
 
getFinal() - Method in class org.apache.datasketches.pig.tuple.UnionDoubleSummarySketch
 
getInitial() - Method in class org.apache.datasketches.pig.cpc.DataToSketch
 
getInitial() - Method in class org.apache.datasketches.pig.cpc.UnionSketch
 
getInitial() - Method in class org.apache.datasketches.pig.frequencies.DataToFrequentStringsSketch
 
getInitial() - Method in class org.apache.datasketches.pig.frequencies.UnionFrequentStringsSketch
 
getInitial() - Method in class org.apache.datasketches.pig.hll.DataToSketch
 
getInitial() - Method in class org.apache.datasketches.pig.hll.UnionSketch
 
getInitial() - Method in class org.apache.datasketches.pig.kll.DataToSketch
 
getInitial() - Method in class org.apache.datasketches.pig.kll.UnionSketch
 
getInitial() - Method in class org.apache.datasketches.pig.quantiles.DataToDoublesSketch
 
getInitial() - Method in class org.apache.datasketches.pig.quantiles.DataToStringsSketch
 
getInitial() - Method in class org.apache.datasketches.pig.quantiles.UnionDoublesSketch
 
getInitial() - Method in class org.apache.datasketches.pig.quantiles.UnionStringsSketch
 
getInitial() - Method in class org.apache.datasketches.pig.sampling.DataToVarOptSketch
 
getInitial() - Method in class org.apache.datasketches.pig.sampling.ReservoirSampling
 
getInitial() - Method in class org.apache.datasketches.pig.sampling.VarOptSampling
 
getInitial() - Method in class org.apache.datasketches.pig.sampling.VarOptUnion
 
getInitial() - Method in class org.apache.datasketches.pig.theta.DataToSketch
 
getInitial() - Method in class org.apache.datasketches.pig.theta.Intersect
 
getInitial() - Method in class org.apache.datasketches.pig.theta.Union
 
getInitial() - Method in class org.apache.datasketches.pig.tuple.DataToArrayOfDoublesSketch
 
getInitial() - Method in class org.apache.datasketches.pig.tuple.DataToDoubleSummarySketch
 
getInitial() - Method in class org.apache.datasketches.pig.tuple.UnionArrayOfDoublesSketch
 
getInitial() - Method in class org.apache.datasketches.pig.tuple.UnionDoubleSummarySketch
 
getIntermed() - Method in class org.apache.datasketches.pig.cpc.DataToSketch
 
getIntermed() - Method in class org.apache.datasketches.pig.cpc.UnionSketch
 
getIntermed() - Method in class org.apache.datasketches.pig.frequencies.DataToFrequentStringsSketch
 
getIntermed() - Method in class org.apache.datasketches.pig.frequencies.UnionFrequentStringsSketch
 
getIntermed() - Method in class org.apache.datasketches.pig.hll.DataToSketch
 
getIntermed() - Method in class org.apache.datasketches.pig.hll.UnionSketch
 
getIntermed() - Method in class org.apache.datasketches.pig.kll.DataToSketch
 
getIntermed() - Method in class org.apache.datasketches.pig.kll.UnionSketch
 
getIntermed() - Method in class org.apache.datasketches.pig.quantiles.DataToDoublesSketch
 
getIntermed() - Method in class org.apache.datasketches.pig.quantiles.DataToStringsSketch
 
getIntermed() - Method in class org.apache.datasketches.pig.quantiles.UnionDoublesSketch
 
getIntermed() - Method in class org.apache.datasketches.pig.quantiles.UnionStringsSketch
 
getIntermed() - Method in class org.apache.datasketches.pig.sampling.DataToVarOptSketch
 
getIntermed() - Method in class org.apache.datasketches.pig.sampling.ReservoirSampling
 
getIntermed() - Method in class org.apache.datasketches.pig.sampling.VarOptSampling
 
getIntermed() - Method in class org.apache.datasketches.pig.sampling.VarOptUnion
 
getIntermed() - Method in class org.apache.datasketches.pig.theta.DataToSketch
 
getIntermed() - Method in class org.apache.datasketches.pig.theta.Intersect
 
getIntermed() - Method in class org.apache.datasketches.pig.theta.Union
 
getIntermed() - Method in class org.apache.datasketches.pig.tuple.DataToArrayOfDoublesSketch
 
getIntermed() - Method in class org.apache.datasketches.pig.tuple.DataToDoubleSummarySketch
 
getIntermed() - Method in class org.apache.datasketches.pig.tuple.UnionArrayOfDoublesSketch
 
getIntermed() - Method in class org.apache.datasketches.pig.tuple.UnionDoubleSummarySketch
 
GetK - Class in org.apache.datasketches.pig.kll
This UDF is to get the parameter K from a given sketch.
GetK() - Constructor for class org.apache.datasketches.pig.kll.GetK
 
GetKFromDoublesSketch - Class in org.apache.datasketches.pig.quantiles
This UDF is to get the parameter K from a given sketch.
GetKFromDoublesSketch() - Constructor for class org.apache.datasketches.pig.quantiles.GetKFromDoublesSketch
 
GetKFromStringsSketch - Class in org.apache.datasketches.pig.quantiles
This UDF is to get the parameter K from a given sketch.
GetKFromStringsSketch() - Constructor for class org.apache.datasketches.pig.quantiles.GetKFromStringsSketch
 
GetPmf - Class in org.apache.datasketches.pig.kll
This UDF is to get an approximation to the Probability Mass Function (PMF) of the input stream given a sketch and a set of split points - an array of m unique, monotonically increasing float values that divide the real number line into m+1 consecutive disjoint intervals.
GetPmf() - Constructor for class org.apache.datasketches.pig.kll.GetPmf
 
GetPmfFromDoublesSketch - Class in org.apache.datasketches.pig.quantiles
This UDF is to get an approximation to the Probability Mass Function (PMF) of the input stream given a sketch and a set of split points - an array of m unique, monotonically increasing double values that divide the real number line into m+1 consecutive disjoint intervals.
GetPmfFromDoublesSketch() - Constructor for class org.apache.datasketches.pig.quantiles.GetPmfFromDoublesSketch
 
GetPmfFromStringsSketch - Class in org.apache.datasketches.pig.quantiles
This UDF is to get an approximation to the Probability Mass Function (PMF) of the input stream given a sketch and a set of split points - an array of m unique, monotonically increasing values that divide the domain into m+1 consecutive disjoint intervals.
GetPmfFromStringsSketch() - Constructor for class org.apache.datasketches.pig.quantiles.GetPmfFromStringsSketch
 
GetQuantile - Class in org.apache.datasketches.pig.kll
This UDF is to get a quantile value from a given sketch.
GetQuantile() - Constructor for class org.apache.datasketches.pig.kll.GetQuantile
 
GetQuantileFromDoublesSketch - Class in org.apache.datasketches.pig.quantiles
This UDF is to get a quantile value from a DoublesSketch.
GetQuantileFromDoublesSketch() - Constructor for class org.apache.datasketches.pig.quantiles.GetQuantileFromDoublesSketch
 
GetQuantileFromStringsSketch - Class in org.apache.datasketches.pig.quantiles
This UDF is to get a quantile value from an ItemsSketch<String>.
GetQuantileFromStringsSketch() - Constructor for class org.apache.datasketches.pig.quantiles.GetQuantileFromStringsSketch
 
GetQuantiles - Class in org.apache.datasketches.pig.kll
This UDF is to get a list of quantile values from a given sketch and a list of fractions or a number of evenly spaced intervals.
GetQuantiles() - Constructor for class org.apache.datasketches.pig.kll.GetQuantiles
 
GetQuantilesFromDoublesSketch - Class in org.apache.datasketches.pig.quantiles
This UDF is to get a list of quantile values from an DoublesSketch given a list of fractions or a number of evenly spaced intervals.
GetQuantilesFromDoublesSketch() - Constructor for class org.apache.datasketches.pig.quantiles.GetQuantilesFromDoublesSketch
 
GetQuantilesFromStringsSketch - Class in org.apache.datasketches.pig.quantiles
This UDF is to get a list of quantile values from an ItemsSketch<String> given a list of fractions or a number of evenly spaced intervals.
GetQuantilesFromStringsSketch() - Constructor for class org.apache.datasketches.pig.quantiles.GetQuantilesFromStringsSketch
 
GetRank - Class in org.apache.datasketches.pig.kll
This UDF is to get a normalized rank for a given value from a given sketch.
GetRank() - Constructor for class org.apache.datasketches.pig.kll.GetRank
 
getRawSamplesAsList(ReservoirItemsSketch<T>) - Static method in class org.apache.datasketches.sampling.SamplingPigUtil
 
getValue() - Method in class org.apache.datasketches.pig.cpc.DataToSketch
Returns the sketch that has been built up by multiple calls to DataToSketch.accumulate(org.apache.pig.data.Tuple).
getValue() - Method in class org.apache.datasketches.pig.cpc.UnionSketch
Returns the sketch that has been built up by multiple calls to UnionSketch.accumulate(org.apache.pig.data.Tuple).
getValue() - Method in class org.apache.datasketches.pig.frequencies.DataToFrequentItemsSketch
 
getValue() - Method in class org.apache.datasketches.pig.frequencies.UnionFrequentItemsSketch
 
getValue() - Method in class org.apache.datasketches.pig.hll.DataToSketch
Returns the sketch that has been built up by multiple calls to DataToSketch.accumulate(org.apache.pig.data.Tuple).
getValue() - Method in class org.apache.datasketches.pig.hll.UnionSketch
Returns the sketch that has been built up by multiple calls to UnionSketch.accumulate(org.apache.pig.data.Tuple).
getValue() - Method in class org.apache.datasketches.pig.kll.DataToSketch
Returns the result that has been built up by multiple calls to DataToSketch.accumulate(org.apache.pig.data.Tuple).
getValue() - Method in class org.apache.datasketches.pig.kll.UnionSketch
Returns the result of the Union that has been built up by multiple calls to UnionSketch.accumulate(org.apache.pig.data.Tuple).
getValue() - Method in class org.apache.datasketches.pig.quantiles.DataToDoublesSketch
Returns the result of the Union that has been built up by multiple calls to DataToDoublesSketch.accumulate(org.apache.pig.data.Tuple).
getValue() - Method in class org.apache.datasketches.pig.quantiles.DataToItemsSketch
Returns the result of the Union that has been built up by multiple calls to DataToItemsSketch.accumulate(org.apache.pig.data.Tuple).
getValue() - Method in class org.apache.datasketches.pig.quantiles.UnionDoublesSketch
Returns the result of the Union that has been built up by multiple calls to UnionDoublesSketch.accumulate(org.apache.pig.data.Tuple).
getValue() - Method in class org.apache.datasketches.pig.quantiles.UnionItemsSketch
Returns the result of the Union that has been built up by multiple calls to UnionItemsSketch.accumulate(org.apache.pig.data.Tuple).
getValue() - Method in class org.apache.datasketches.pig.sampling.DataToVarOptSketch
 
getValue() - Method in class org.apache.datasketches.pig.sampling.ReservoirSampling
 
getValue() - Method in class org.apache.datasketches.pig.sampling.ReservoirUnion
 
getValue() - Method in class org.apache.datasketches.pig.sampling.VarOptSampling
 
getValue() - Method in class org.apache.datasketches.pig.sampling.VarOptUnion
 
getValue() - Method in class org.apache.datasketches.pig.theta.DataToSketch
Returns the sketch that has been built up by multiple calls to DataToSketch.accumulate(org.apache.pig.data.Tuple).
getValue() - Method in class org.apache.datasketches.pig.theta.Intersect
Returns the sketch that has been built up by multiple calls to Intersect.accumulate(org.apache.pig.data.Tuple).
getValue() - Method in class org.apache.datasketches.pig.theta.Union
Returns the sketch that has been built up by multiple calls to Union.accumulate(org.apache.pig.data.Tuple).
getValue() - Method in class org.apache.datasketches.pig.tuple.DataToSketch
 
getValue() - Method in class org.apache.datasketches.pig.tuple.UnionSketch
 
GetVarOptSamples - Class in org.apache.datasketches.pig.sampling
This UDF extracts samples from the binary image of a VarOpt<Tuple> sketch.
GetVarOptSamples() - Constructor for class org.apache.datasketches.pig.sampling.GetVarOptSamples
 

I

Initial(String) - Constructor for class org.apache.datasketches.pig.frequencies.DataToFrequentStringsSketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial() - Constructor for class org.apache.datasketches.pig.frequencies.DataToFrequentStringsSketch.Initial
Default constructor to make pig validation happy
Initial() - Constructor for class org.apache.datasketches.pig.frequencies.UnionFrequentStringsSketch.Initial
Default constructor to make pig validation happy.
Initial(String) - Constructor for class org.apache.datasketches.pig.frequencies.UnionFrequentStringsSketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial() - Constructor for class org.apache.datasketches.pig.kll.DataToSketch.Initial
Default constructor.
Initial(String) - Constructor for class org.apache.datasketches.pig.kll.DataToSketch.Initial
Constructor with explicit k as string.
Initial() - Constructor for class org.apache.datasketches.pig.kll.UnionSketch.Initial
Default constructor.
Initial(String) - Constructor for class org.apache.datasketches.pig.kll.UnionSketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial() - Constructor for class org.apache.datasketches.pig.quantiles.DataToDoublesSketch.Initial
Default constructor.
Initial(String) - Constructor for class org.apache.datasketches.pig.quantiles.DataToDoublesSketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial() - Constructor for class org.apache.datasketches.pig.quantiles.UnionDoublesSketch.Initial
Default constructor.
Initial(String) - Constructor for class org.apache.datasketches.pig.quantiles.UnionDoublesSketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial() - Constructor for class org.apache.datasketches.pig.sampling.ReservoirSampling.Initial
 
Initial(String) - Constructor for class org.apache.datasketches.pig.sampling.ReservoirSampling.Initial
Map-side constructor for reservoir sampling UDF
Initial() - Constructor for class org.apache.datasketches.pig.theta.DataToSketch.Initial
Default constructor to make pig validation happy.
Initial(String) - Constructor for class org.apache.datasketches.pig.theta.DataToSketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial(String, String) - Constructor for class org.apache.datasketches.pig.theta.DataToSketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial(String, String, String) - Constructor for class org.apache.datasketches.pig.theta.DataToSketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial() - Constructor for class org.apache.datasketches.pig.theta.Intersect.Initial
Default constructor to make pig validation happy.
Initial(String) - Constructor for class org.apache.datasketches.pig.theta.Intersect.Initial
Constructor for the initial pass of an Algebraic function.
Initial() - Constructor for class org.apache.datasketches.pig.theta.Union.Initial
Default constructor to make pig validation happy.
Initial(String) - Constructor for class org.apache.datasketches.pig.theta.Union.Initial
Constructor for the initial pass of an Algebraic function.
Initial(String, String) - Constructor for class org.apache.datasketches.pig.theta.Union.Initial
Constructor for the initial pass of an Algebraic function.
Initial(String, String, String) - Constructor for class org.apache.datasketches.pig.theta.Union.Initial
Constructor for the initial pass of an Algebraic function.
Initial() - Constructor for class org.apache.datasketches.pig.tuple.DataToArrayOfDoublesSketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial(String) - Constructor for class org.apache.datasketches.pig.tuple.DataToArrayOfDoublesSketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial(String, String) - Constructor for class org.apache.datasketches.pig.tuple.DataToArrayOfDoublesSketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial(String, String, String) - Constructor for class org.apache.datasketches.pig.tuple.DataToArrayOfDoublesSketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial() - Constructor for class org.apache.datasketches.pig.tuple.DataToDoubleSummarySketch.Initial
Constructor wit default sketch size and default mode
Initial(String) - Constructor for class org.apache.datasketches.pig.tuple.DataToDoubleSummarySketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial(String, String) - Constructor for class org.apache.datasketches.pig.tuple.DataToDoubleSummarySketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial() - Constructor for class org.apache.datasketches.pig.tuple.UnionArrayOfDoublesSketch.Initial
Constructor for the initial pass of an Algebraic function using default parameters.
Initial(String) - Constructor for class org.apache.datasketches.pig.tuple.UnionArrayOfDoublesSketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial(String, String) - Constructor for class org.apache.datasketches.pig.tuple.UnionArrayOfDoublesSketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial() - Constructor for class org.apache.datasketches.pig.tuple.UnionDoubleSummarySketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial(String) - Constructor for class org.apache.datasketches.pig.tuple.UnionDoubleSummarySketch.Initial
Constructor for the initial pass of an Algebraic function.
Initial(String, String) - Constructor for class org.apache.datasketches.pig.tuple.UnionDoubleSummarySketch.Initial
Constructor for the initial pass of an Algebraic function.
Intermediate() - Constructor for class org.apache.datasketches.pig.kll.DataToSketch.Intermediate
Default constructor.
Intermediate(String) - Constructor for class org.apache.datasketches.pig.kll.DataToSketch.Intermediate
Constructor with explicit k as string.
Intermediate() - Constructor for class org.apache.datasketches.pig.kll.UnionSketch.Intermediate
Default constructor.
Intermediate(String) - Constructor for class org.apache.datasketches.pig.kll.UnionSketch.Intermediate
Constructor with explicit k as string.
IntermediateFinal(String) - Constructor for class org.apache.datasketches.pig.frequencies.DataToFrequentStringsSketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal() - Constructor for class org.apache.datasketches.pig.frequencies.DataToFrequentStringsSketch.IntermediateFinal
Default constructor to make pig validation happy.
IntermediateFinal() - Constructor for class org.apache.datasketches.pig.frequencies.UnionFrequentStringsSketch.IntermediateFinal
Default constructor to make pig validation happy.
IntermediateFinal(String) - Constructor for class org.apache.datasketches.pig.frequencies.UnionFrequentStringsSketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal() - Constructor for class org.apache.datasketches.pig.quantiles.DataToDoublesSketch.IntermediateFinal
Default constructor.
IntermediateFinal(String) - Constructor for class org.apache.datasketches.pig.quantiles.DataToDoublesSketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal(int) - Constructor for class org.apache.datasketches.pig.quantiles.DataToDoublesSketch.IntermediateFinal
Constructor with primitives for the intermediate and final passes of an Algebraic function.
IntermediateFinal() - Constructor for class org.apache.datasketches.pig.quantiles.UnionDoublesSketch.IntermediateFinal
Default constructor.
IntermediateFinal(String) - Constructor for class org.apache.datasketches.pig.quantiles.UnionDoublesSketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal(int) - Constructor for class org.apache.datasketches.pig.quantiles.UnionDoublesSketch.IntermediateFinal
Constructor with primitives for the intermediate and final passes of an Algebraic function.
IntermediateFinal() - Constructor for class org.apache.datasketches.pig.sampling.ReservoirSampling.IntermediateFinal
 
IntermediateFinal(String) - Constructor for class org.apache.datasketches.pig.sampling.ReservoirSampling.IntermediateFinal
Combiner and reducer side constructor for reservoir sampling UDF
IntermediateFinal() - Constructor for class org.apache.datasketches.pig.theta.DataToSketch.IntermediateFinal
Default constructor to make pig validation happy.
IntermediateFinal(String) - Constructor for class org.apache.datasketches.pig.theta.DataToSketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal(String, String) - Constructor for class org.apache.datasketches.pig.theta.DataToSketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal(String, String, String) - Constructor for class org.apache.datasketches.pig.theta.DataToSketch.IntermediateFinal
Constructor with strings for the intermediate and final passes of an Algebraic function.
IntermediateFinal(int, float, long) - Constructor for class org.apache.datasketches.pig.theta.DataToSketch.IntermediateFinal
Constructor with primitives for the intermediate and final passes of an Algebraic function.
IntermediateFinal() - Constructor for class org.apache.datasketches.pig.theta.Intersect.IntermediateFinal
Default constructor to make pig validation happy.
IntermediateFinal(String) - Constructor for class org.apache.datasketches.pig.theta.Intersect.IntermediateFinal
Constructor with strings for the intermediate and final passes of an Algebraic function.
IntermediateFinal(long) - Constructor for class org.apache.datasketches.pig.theta.Intersect.IntermediateFinal
Constructor with primitives for the intermediate and final passes of an Algebraic function.
IntermediateFinal() - Constructor for class org.apache.datasketches.pig.theta.Union.IntermediateFinal
Default constructor to make pig validation happy.
IntermediateFinal(String) - Constructor for class org.apache.datasketches.pig.theta.Union.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal(String, String) - Constructor for class org.apache.datasketches.pig.theta.Union.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal(String, String, String) - Constructor for class org.apache.datasketches.pig.theta.Union.IntermediateFinal
Constructor with strings for the intermediate and final passes of an Algebraic function.
IntermediateFinal(int, float, long) - Constructor for class org.apache.datasketches.pig.theta.Union.IntermediateFinal
Constructor with primitives for the intermediate and final passes of an Algebraic function.
IntermediateFinal() - Constructor for class org.apache.datasketches.pig.tuple.DataToArrayOfDoublesSketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal(String) - Constructor for class org.apache.datasketches.pig.tuple.DataToArrayOfDoublesSketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal(String, String) - Constructor for class org.apache.datasketches.pig.tuple.DataToArrayOfDoublesSketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal(String, String, String) - Constructor for class org.apache.datasketches.pig.tuple.DataToArrayOfDoublesSketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal() - Constructor for class org.apache.datasketches.pig.tuple.DataToDoubleSummarySketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal(String) - Constructor for class org.apache.datasketches.pig.tuple.DataToDoubleSummarySketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal(String, String) - Constructor for class org.apache.datasketches.pig.tuple.DataToDoubleSummarySketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal() - Constructor for class org.apache.datasketches.pig.tuple.UnionArrayOfDoublesSketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal(String) - Constructor for class org.apache.datasketches.pig.tuple.UnionArrayOfDoublesSketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal(String, String) - Constructor for class org.apache.datasketches.pig.tuple.UnionArrayOfDoublesSketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal() - Constructor for class org.apache.datasketches.pig.tuple.UnionDoubleSummarySketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal(String) - Constructor for class org.apache.datasketches.pig.tuple.UnionDoubleSummarySketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
IntermediateFinal(String, String) - Constructor for class org.apache.datasketches.pig.tuple.UnionDoubleSummarySketch.IntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
Intersect - Class in org.apache.datasketches.pig.theta
This is a Pig UDF that performs the Intersection Set Operation on Sketches.
Intersect() - Constructor for class org.apache.datasketches.pig.theta.Intersect
Default constructor to make pig validation happy.
Intersect(String) - Constructor for class org.apache.datasketches.pig.theta.Intersect
Full string constructor.
Intersect(long) - Constructor for class org.apache.datasketches.pig.theta.Intersect
Base constructor.
Intersect.Initial - Class in org.apache.datasketches.pig.theta
Class used to calculate the initial pass of an Algebraic sketch operation.
Intersect.IntermediateFinal - Class in org.apache.datasketches.pig.theta
Class used to calculate the intermediate or final combiner pass of an Algebraic intersection operation.

J

JaccardSimilarity - Class in org.apache.datasketches.pig.theta
This is a Pig UDF that performs the JaccardSimilarity Operation on two given Sketches.
JaccardSimilarity() - Constructor for class org.apache.datasketches.pig.theta.JaccardSimilarity
Default constructor to make pig validation happy.
JaccardSimilarity(String) - Constructor for class org.apache.datasketches.pig.theta.JaccardSimilarity
String constructor.
JaccardSimilarity(long) - Constructor for class org.apache.datasketches.pig.theta.JaccardSimilarity
Base constructor.

M

MurmurHash3 - Class in org.apache.datasketches.pig.hash
Computes a 128-bit MurmurHash3 hash of data input types: String, DataByteArray, Long, Integer, Double, and Float.
MurmurHash3() - Constructor for class org.apache.datasketches.pig.hash.MurmurHash3
 

O

org.apache.datasketches.pig.cpc - package org.apache.datasketches.pig.cpc
Pig UDFs for CPC sketches.
org.apache.datasketches.pig.frequencies - package org.apache.datasketches.pig.frequencies
Pig UDFs for Frequent Items sketch.
org.apache.datasketches.pig.hash - package org.apache.datasketches.pig.hash
The hash package contains a high-performing and extended Java implementation of Austin Appleby's 128-bit MurmurHash3 hash function originally coded in C.
org.apache.datasketches.pig.hll - package org.apache.datasketches.pig.hll
Pig UDFs for HLL sketches.
org.apache.datasketches.pig.kll - package org.apache.datasketches.pig.kll
Pig UDFs for KLL quantiles sketches.
org.apache.datasketches.pig.quantiles - package org.apache.datasketches.pig.quantiles
Pig UDFs for Quantiles sketches.
org.apache.datasketches.pig.sampling - package org.apache.datasketches.pig.sampling
This package is dedicated to streaming algorithms that enable fixed size, uniform sampling of unweighted items from a stream.
org.apache.datasketches.pig.theta - package org.apache.datasketches.pig.theta
Pig UDFs for Theta sketch.
org.apache.datasketches.pig.tuple - package org.apache.datasketches.pig.tuple
Pig UDFs for Tuple sketches.
org.apache.datasketches.sampling - package org.apache.datasketches.sampling
The sampling package
outputSchema(Schema) - Method in class org.apache.datasketches.pig.cpc.GetEstimateAndErrorBounds
The output is a Sketch Result Tuple Schema.
outputSchema(Schema) - Method in class org.apache.datasketches.pig.frequencies.FrequentStringsSketchToEstimates
 
outputSchema(Schema) - Method in class org.apache.datasketches.pig.hash.MurmurHash3
The output consists of two longs, or 128 bits, plus the result of the modulo division if specified.
outputSchema(Schema) - Method in class org.apache.datasketches.pig.hll.SketchToEstimateAndErrorBounds
The output is a Sketch Result Tuple Schema.
outputSchema(Schema) - Method in class org.apache.datasketches.pig.quantiles.DataToDoublesSketch
 
outputSchema(Schema) - Method in class org.apache.datasketches.pig.quantiles.DataToItemsSketch
 
outputSchema(Schema) - Method in class org.apache.datasketches.pig.quantiles.UnionDoublesSketch
 
outputSchema(Schema) - Method in class org.apache.datasketches.pig.quantiles.UnionItemsSketch
 
outputSchema(Schema) - Method in class org.apache.datasketches.pig.sampling.DataToVarOptSketch
 
outputSchema(Schema) - Method in class org.apache.datasketches.pig.sampling.GetVarOptSamples
 
outputSchema(Schema) - Method in class org.apache.datasketches.pig.sampling.ReservoirSampling
 
outputSchema(Schema) - Method in class org.apache.datasketches.pig.sampling.ReservoirUnion
Validates format of input schema and returns a matching schema
outputSchema(Schema) - Method in class org.apache.datasketches.pig.sampling.VarOptSampling
 
outputSchema(Schema) - Method in class org.apache.datasketches.pig.sampling.VarOptUnion
 
outputSchema(Schema) - Method in class org.apache.datasketches.pig.theta.AexcludeB
 
outputSchema(Schema) - Method in class org.apache.datasketches.pig.theta.DataToSketch
 
outputSchema(Schema) - Method in class org.apache.datasketches.pig.theta.ErrorBounds
The output is a Sketch Result Tuple Schema.
outputSchema(Schema) - Method in class org.apache.datasketches.pig.theta.Intersect
 
outputSchema(Schema) - Method in class org.apache.datasketches.pig.theta.Union
 

R

ReservoirSampling - Class in org.apache.datasketches.pig.sampling
This is a Pig UDF that applies reservoir sampling to input tuples.
ReservoirSampling(String) - Constructor for class org.apache.datasketches.pig.sampling.ReservoirSampling
Reservoir sampling constructor.
ReservoirSampling.Initial - Class in org.apache.datasketches.pig.sampling
 
ReservoirSampling.IntermediateFinal - Class in org.apache.datasketches.pig.sampling
 
ReservoirUnion - Class in org.apache.datasketches.pig.sampling
This is a Pig UDF that unions reservoir samples.
ReservoirUnion(String) - Constructor for class org.apache.datasketches.pig.sampling.ReservoirUnion
Reservoir sampling constructor.

S

SamplingPigUtil - Class in org.apache.datasketches.sampling
 
SamplingPigUtil() - Constructor for class org.apache.datasketches.sampling.SamplingPigUtil
 
serializeToByteArray(Tuple[]) - Method in class org.apache.datasketches.pig.sampling.ArrayOfTuplesSerDe
 
SketchToEstimate - Class in org.apache.datasketches.pig.hll
This is a User Defined Function (UDF) for getting a unique count estimate from an HllSketch
SketchToEstimate() - Constructor for class org.apache.datasketches.pig.hll.SketchToEstimate
 
SketchToEstimateAndErrorBounds - Class in org.apache.datasketches.pig.hll
This is a User Defined Function (UDF) for obtaining the unique count estimate along with a lower and upper bound from an HllSketch.
SketchToEstimateAndErrorBounds() - Constructor for class org.apache.datasketches.pig.hll.SketchToEstimateAndErrorBounds
 
SketchToString - Class in org.apache.datasketches.pig.cpc
This is a User Defined Function (UDF) for printing a human-readable summary of a given CpcSketch
SketchToString() - Constructor for class org.apache.datasketches.pig.cpc.SketchToString
Prints only the sketch summary using the default seed.
SketchToString(String) - Constructor for class org.apache.datasketches.pig.cpc.SketchToString
Prints the summary and details using the default seed.
SketchToString(String, String) - Constructor for class org.apache.datasketches.pig.cpc.SketchToString
Prints the summary and details using a given seed.
SketchToString - Class in org.apache.datasketches.pig.hll
This is a User Defined Function (UDF) for "pretty printing" the summary of an HllSketch
SketchToString() - Constructor for class org.apache.datasketches.pig.hll.SketchToString
Prints only the sketch summary.
SketchToString(String, String) - Constructor for class org.apache.datasketches.pig.hll.SketchToString
Prints the summary and details based on given input parameters.
SketchToString - Class in org.apache.datasketches.pig.kll
This UDF is to get a human-readable summary of a given sketch.
SketchToString() - Constructor for class org.apache.datasketches.pig.kll.SketchToString
 
SketchToString - Class in org.apache.datasketches.pig.theta
This is a User Defined Function (UDF) for "pretty printing" the summary of a sketch from a Sketch Tuple.
SketchToString() - Constructor for class org.apache.datasketches.pig.theta.SketchToString
Pretty prints only the sketch summary.
SketchToString(String) - Constructor for class org.apache.datasketches.pig.theta.SketchToString
Pretty prints all bucket detail plus the sketch summary based on outputDetail.
SketchToString(String, String) - Constructor for class org.apache.datasketches.pig.theta.SketchToString
Pretty prints all bucket detail plus the sketch summary based on outputDetail.
SketchToString(boolean, long) - Constructor for class org.apache.datasketches.pig.theta.SketchToString
Pretty prints all bucket detail plus the sketch summary based on outputDetail.
StringsSketchToString - Class in org.apache.datasketches.pig.quantiles
This UDF is to get a human-readable summary of a given sketch.
StringsSketchToString() - Constructor for class org.apache.datasketches.pig.quantiles.StringsSketchToString
 

U

Union - Class in org.apache.datasketches.pig.theta
This is a Pig UDF that performs the Union Set Operation on Sketches.
Union() - Constructor for class org.apache.datasketches.pig.theta.Union
Default constructor to make pig validation happy.
Union(String) - Constructor for class org.apache.datasketches.pig.theta.Union
String constructor.
Union(String, String) - Constructor for class org.apache.datasketches.pig.theta.Union
String constructor.
Union(String, String, String) - Constructor for class org.apache.datasketches.pig.theta.Union
Full string constructor.
Union(int, float, long) - Constructor for class org.apache.datasketches.pig.theta.Union
Base constructor.
Union.Initial - Class in org.apache.datasketches.pig.theta
Class used to calculate the initial pass of an Algebraic sketch operation.
Union.IntermediateFinal - Class in org.apache.datasketches.pig.theta
Class used to calculate the intermediate or final combiner pass of an Algebraic union operation.
UnionArrayOfDoublesSketch - Class in org.apache.datasketches.pig.tuple
This is to union ArrayOfDoublesSketches.
UnionArrayOfDoublesSketch() - Constructor for class org.apache.datasketches.pig.tuple.UnionArrayOfDoublesSketch
Constructor with default sketch size and default number of values of 1.
UnionArrayOfDoublesSketch(String) - Constructor for class org.apache.datasketches.pig.tuple.UnionArrayOfDoublesSketch
Constructor with default sketch size and given number of values.
UnionArrayOfDoublesSketch(String, String) - Constructor for class org.apache.datasketches.pig.tuple.UnionArrayOfDoublesSketch
Constructor with given sketch size and vumber of values.
UnionArrayOfDoublesSketch.Initial - Class in org.apache.datasketches.pig.tuple
 
UnionArrayOfDoublesSketch.IntermediateFinal - Class in org.apache.datasketches.pig.tuple
 
UnionDoublesSketch - Class in org.apache.datasketches.pig.quantiles
This is a Pig UDF that merges Quantiles Sketches.
UnionDoublesSketch() - Constructor for class org.apache.datasketches.pig.quantiles.UnionDoublesSketch
Default constructor.
UnionDoublesSketch(String) - Constructor for class org.apache.datasketches.pig.quantiles.UnionDoublesSketch
String constructor.
UnionDoublesSketch(int) - Constructor for class org.apache.datasketches.pig.quantiles.UnionDoublesSketch
Base constructor.
UnionDoublesSketch.Initial - Class in org.apache.datasketches.pig.quantiles
Class used to calculate the initial pass of an Algebraic sketch operation.
UnionDoublesSketch.IntermediateFinal - Class in org.apache.datasketches.pig.quantiles
Class used to calculate the intermediate or final combiner pass of an Algebraic union operation.
UnionDoubleSummarySketch - Class in org.apache.datasketches.pig.tuple
This is to union Sketch<DoubleSummary>.
UnionDoubleSummarySketch() - Constructor for class org.apache.datasketches.pig.tuple.UnionDoubleSummarySketch
Constructor with default sketch size and default mode (sum)
UnionDoubleSummarySketch(String) - Constructor for class org.apache.datasketches.pig.tuple.UnionDoubleSummarySketch
Constructor with default mode (sum)
UnionDoubleSummarySketch(String, String) - Constructor for class org.apache.datasketches.pig.tuple.UnionDoubleSummarySketch
Constructor
UnionDoubleSummarySketch.Initial - Class in org.apache.datasketches.pig.tuple
 
UnionDoubleSummarySketch.IntermediateFinal - Class in org.apache.datasketches.pig.tuple
 
UnionFrequentItemsSketch<T> - Class in org.apache.datasketches.pig.frequencies
This is a generic implementation to be specialized in concrete UDFs
UnionFrequentItemsSketch(int, ArrayOfItemsSerDe<T>) - Constructor for class org.apache.datasketches.pig.frequencies.UnionFrequentItemsSketch
Constructs a function given a sketch size and serde
UnionFrequentItemsSketchAlgebraicIntermediateFinal<T> - Class in org.apache.datasketches.pig.frequencies
This is to calculate the intermediate pass (combiner) or the final pass (reducer) of an Algebraic sketch operation.
UnionFrequentItemsSketchAlgebraicIntermediateFinal() - Constructor for class org.apache.datasketches.pig.frequencies.UnionFrequentItemsSketchAlgebraicIntermediateFinal
Default constructor to make pig validation happy.
UnionFrequentItemsSketchAlgebraicIntermediateFinal(int, ArrayOfItemsSerDe<T>) - Constructor for class org.apache.datasketches.pig.frequencies.UnionFrequentItemsSketchAlgebraicIntermediateFinal
 
UnionFrequentStringsSketch - Class in org.apache.datasketches.pig.frequencies
This is to union FrequentItemsSketch<String>.
UnionFrequentStringsSketch(String) - Constructor for class org.apache.datasketches.pig.frequencies.UnionFrequentStringsSketch
Constructor
UnionFrequentStringsSketch.Initial - Class in org.apache.datasketches.pig.frequencies
 
UnionFrequentStringsSketch.IntermediateFinal - Class in org.apache.datasketches.pig.frequencies
 
UnionItemsSketch<T> - Class in org.apache.datasketches.pig.quantiles
Computes union of ItemsSketch.
UnionItemsSketch(int, Comparator<T>, ArrayOfItemsSerDe<T>) - Constructor for class org.apache.datasketches.pig.quantiles.UnionItemsSketch
Base constructor.
UnionItemsSketch.UnionItemsSketchInitial - Class in org.apache.datasketches.pig.quantiles
Class used to calculate the initial pass of an Algebraic sketch operation.
UnionItemsSketch.UnionItemsSketchIntermediateFinal<T> - Class in org.apache.datasketches.pig.quantiles
Class used to calculate the intermediate or final combiner pass of an Algebraic union operation.
UnionItemsSketchInitial() - Constructor for class org.apache.datasketches.pig.quantiles.UnionItemsSketch.UnionItemsSketchInitial
Default constructor.
UnionItemsSketchInitial(String) - Constructor for class org.apache.datasketches.pig.quantiles.UnionItemsSketch.UnionItemsSketchInitial
Constructor with specific k
UnionItemsSketchIntermediateFinal(int, Comparator<T>, ArrayOfItemsSerDe<T>) - Constructor for class org.apache.datasketches.pig.quantiles.UnionItemsSketch.UnionItemsSketchIntermediateFinal
Constructor for the intermediate and final passes of an Algebraic function.
UnionSketch - Class in org.apache.datasketches.pig.cpc
This is a Pig UDF that performs the Union operation on CpcSketches.
UnionSketch() - Constructor for class org.apache.datasketches.pig.cpc.UnionSketch
Constructor with default lgK and target HLL type
UnionSketch(String) - Constructor for class org.apache.datasketches.pig.cpc.UnionSketch
Constructor with given lgK as string and default seed.
UnionSketch(String, String) - Constructor for class org.apache.datasketches.pig.cpc.UnionSketch
Constructor with given lgK and seed as strings
UnionSketch(int, long) - Constructor for class org.apache.datasketches.pig.cpc.UnionSketch
Base constructor.
UnionSketch - Class in org.apache.datasketches.pig.hll
This is a Pig UDF that performs the Union operation on HllSketches.
UnionSketch() - Constructor for class org.apache.datasketches.pig.hll.UnionSketch
Constructor with default lgK and target HLL type
UnionSketch(String) - Constructor for class org.apache.datasketches.pig.hll.UnionSketch
Constructor with given lgK as string and default target HLL type.
UnionSketch(String, String) - Constructor for class org.apache.datasketches.pig.hll.UnionSketch
Constructor with given lgK and target HLL type as strings
UnionSketch(int, TgtHllType) - Constructor for class org.apache.datasketches.pig.hll.UnionSketch
Base constructor.
UnionSketch - Class in org.apache.datasketches.pig.kll
This UDF is to merge sketches.
UnionSketch() - Constructor for class org.apache.datasketches.pig.kll.UnionSketch
Default constructor.
UnionSketch(String) - Constructor for class org.apache.datasketches.pig.kll.UnionSketch
Constructor with explicit k as string.
UnionSketch<S extends org.apache.datasketches.tuple.Summary> - Class in org.apache.datasketches.pig.tuple
This is a generic implementation to be specialized in concrete UDFs
UnionSketch(SummarySetOperations<S>, SummaryDeserializer<S>) - Constructor for class org.apache.datasketches.pig.tuple.UnionSketch
Constructs a function given a summary set operations, summary deserializer and default sketch size
UnionSketch(int, SummarySetOperations<S>, SummaryDeserializer<S>) - Constructor for class org.apache.datasketches.pig.tuple.UnionSketch
Constructs a function given a sketch size, summary set operations and summary deserializer
UnionSketch.Final - Class in org.apache.datasketches.pig.kll
Class used to calculate the final pass of an Algebraic union operation.
UnionSketch.Initial - Class in org.apache.datasketches.pig.kll
Class used to calculate the initial pass of an Algebraic sketch operation.
UnionSketch.Intermediate - Class in org.apache.datasketches.pig.kll
Class used to calculate the intermediate pass of an Algebraic union operation.
UnionSketchAlgebraicFinal - Class in org.apache.datasketches.pig.cpc
 
UnionSketchAlgebraicFinal() - Constructor for class org.apache.datasketches.pig.cpc.UnionSketchAlgebraicFinal
Default constructor for the final pass of an Algebraic function.
UnionSketchAlgebraicFinal(String) - Constructor for class org.apache.datasketches.pig.cpc.UnionSketchAlgebraicFinal
Constructor for the final pass of an Algebraic function.
UnionSketchAlgebraicFinal(String, String) - Constructor for class org.apache.datasketches.pig.cpc.UnionSketchAlgebraicFinal
Constructor for the final pass of an Algebraic function.
UnionSketchAlgebraicFinal - Class in org.apache.datasketches.pig.hll
 
UnionSketchAlgebraicFinal() - Constructor for class org.apache.datasketches.pig.hll.UnionSketchAlgebraicFinal
Default constructor for the final pass of an Algebraic function.
UnionSketchAlgebraicFinal(String) - Constructor for class org.apache.datasketches.pig.hll.UnionSketchAlgebraicFinal
Constructor for the final pass of an Algebraic function.
UnionSketchAlgebraicFinal(String, String) - Constructor for class org.apache.datasketches.pig.hll.UnionSketchAlgebraicFinal
Constructor for the final pass of an Algebraic function.
UnionSketchAlgebraicIntermediate - Class in org.apache.datasketches.pig.cpc
 
UnionSketchAlgebraicIntermediate() - Constructor for class org.apache.datasketches.pig.cpc.UnionSketchAlgebraicIntermediate
Default constructor of the intermediate pass of an Algebraic function.
UnionSketchAlgebraicIntermediate(String) - Constructor for class org.apache.datasketches.pig.cpc.UnionSketchAlgebraicIntermediate
Constructor for the intermediate pass of an Algebraic function.
UnionSketchAlgebraicIntermediate(String, String) - Constructor for class org.apache.datasketches.pig.cpc.UnionSketchAlgebraicIntermediate
Constructor for the intermediate pass of an Algebraic function.
UnionSketchAlgebraicIntermediate - Class in org.apache.datasketches.pig.hll
 
UnionSketchAlgebraicIntermediate() - Constructor for class org.apache.datasketches.pig.hll.UnionSketchAlgebraicIntermediate
Default constructor of the intermediate pass of an Algebraic function.
UnionSketchAlgebraicIntermediate(String) - Constructor for class org.apache.datasketches.pig.hll.UnionSketchAlgebraicIntermediate
Constructor for the intermediate pass of an Algebraic function.
UnionSketchAlgebraicIntermediate(String, String) - Constructor for class org.apache.datasketches.pig.hll.UnionSketchAlgebraicIntermediate
Constructor for the intermediate pass of an Algebraic function.
UnionSketchAlgebraicIntermediateFinal<S extends org.apache.datasketches.tuple.Summary> - Class in org.apache.datasketches.pig.tuple
This is to calculate the intermediate pass (combiner) or the final pass (reducer) of an Algebraic sketch operation.
UnionSketchAlgebraicIntermediateFinal(SummarySetOperations<S>, SummaryDeserializer<S>) - Constructor for class org.apache.datasketches.pig.tuple.UnionSketchAlgebraicIntermediateFinal
Constructs a function given a summary factory and default sketch size
UnionSketchAlgebraicIntermediateFinal(int, SummarySetOperations<S>, SummaryDeserializer<S>) - Constructor for class org.apache.datasketches.pig.tuple.UnionSketchAlgebraicIntermediateFinal
Constructs a function given a sketch size and summary factory
UnionStringsSketch - Class in org.apache.datasketches.pig.quantiles
Computes union of ItemsSketch<String>.
UnionStringsSketch() - Constructor for class org.apache.datasketches.pig.quantiles.UnionStringsSketch
 
UnionStringsSketch(String) - Constructor for class org.apache.datasketches.pig.quantiles.UnionStringsSketch
 
UnionStringsSketch.UnionStringsSketchIntermediateFinal - Class in org.apache.datasketches.pig.quantiles
 
UnionStringsSketchIntermediateFinal() - Constructor for class org.apache.datasketches.pig.quantiles.UnionStringsSketch.UnionStringsSketchIntermediateFinal
 
UnionStringsSketchIntermediateFinal(String) - Constructor for class org.apache.datasketches.pig.quantiles.UnionStringsSketch.UnionStringsSketchIntermediateFinal
 

V

VarOptSampling - Class in org.apache.datasketches.pig.sampling
Applies VarOpt sampling to input tuples.
VarOptSampling(String) - Constructor for class org.apache.datasketches.pig.sampling.VarOptSampling
VarOpt sampling constructor.
VarOptSampling(String, String) - Constructor for class org.apache.datasketches.pig.sampling.VarOptSampling
VarOpt sampling constructor.
VarOptSampling.Final - Class in org.apache.datasketches.pig.sampling
 
VarOptUnion - Class in org.apache.datasketches.pig.sampling
Accepts binary VarOpt sketch images and unions them into a single binary output sketch.
VarOptUnion(String) - Constructor for class org.apache.datasketches.pig.sampling.VarOptUnion
VarOpt union constructor.
A C D E F G I J M O R S U V 
Skip navigation links

Copyright © 2015–2019 The Apache Software Foundation. All rights reserved.