Uses of Class
org.apache.datasketches.tuple.UpdatableSketch
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 UpdatableSketch in org.apache.datasketches.fdt
-
Uses of UpdatableSketch in org.apache.datasketches.tuple
Modifier and TypeMethodDescriptionUpdatableSketchBuilder.build()
Returns an UpdatableSketch with the current configuration of this Builder.UpdatableSketch.copy()
static <U,
S extends UpdatableSummary<U>>
UpdatableSketch<U,S> Sketches.heapifyUpdatableSketch
(org.apache.datasketches.memory.Memory mem, SummaryDeserializer<S> deserializer, SummaryFactory<S> summaryFactory) Instantiate UpdatableSketch from a given Memory -
Uses of UpdatableSketch in org.apache.datasketches.tuple.adouble
-
Uses of UpdatableSketch in org.apache.datasketches.tuple.aninteger
-
Uses of UpdatableSketch in org.apache.datasketches.tuple.strings