Uses of Class
org.apache.datasketches.tuple.UpdatableTupleSketch
Packages that use UpdatableTupleSketch
Package
Description
Frequent Distinct Tuples Sketch
The tuple package contains a number of sketches based on the same
fundamental algorithms of the Theta Sketch Framework and extend these
concepts for whole new families of sketches.
This package is for a generic implementation of the Tuple sketch for single Double value.
This package is for a generic implementation of the Tuple sketch for single Integer value.
This package is for a generic implementation of the Tuple sketch for single String value.
-
Uses of UpdatableTupleSketch in org.apache.datasketches.fdt
Subclasses of UpdatableTupleSketch in org.apache.datasketches.fdt -
Uses of UpdatableTupleSketch in org.apache.datasketches.tuple
Methods in org.apache.datasketches.tuple that return UpdatableTupleSketchModifier and TypeMethodDescriptionUpdatableTupleSketchBuilder.build()Returns an UpdatableTupleSketch with the current configuration of this Builder.UpdatableTupleSketch.copy()static <U, S extends UpdatableSummary<U>>
UpdatableTupleSketch<U, S> TupleSketch.heapifyUpdatableSketch(MemorySegment seg, SummaryDeserializer<S> deserializer, SummaryFactory<S> summaryFactory) Instantiate an UpdatableTupleSketch from a given MemorySegment on the heap,Constructors in org.apache.datasketches.tuple with parameters of type UpdatableTupleSketchModifierConstructorDescriptionUpdatableTupleSketch(UpdatableTupleSketch<U, S> sketch) Copy Constructor -
Uses of UpdatableTupleSketch in org.apache.datasketches.tuple.adouble
Subclasses of UpdatableTupleSketch in org.apache.datasketches.tuple.adoubleModifier and TypeClassDescriptionclassExtends UpdatableTupleSketch<Double, DoubleSummary> -
Uses of UpdatableTupleSketch in org.apache.datasketches.tuple.aninteger
Subclasses of UpdatableTupleSketch in org.apache.datasketches.tuple.anintegerModifier and TypeClassDescriptionclassExtends UpdatableTupleSketch<Integer, IntegerSummary> -
Uses of UpdatableTupleSketch in org.apache.datasketches.tuple.strings
Subclasses of UpdatableTupleSketch in org.apache.datasketches.tuple.stringsModifier and TypeClassDescriptionclassExtends UpdatableTupleSketch<String[], ArrayOfStringsSummary>