Uses of Interface
org.apache.datasketches.tuple.UpdatableSummary
Packages that use UpdatableSummary
Package
Description
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 UpdatableSummary in org.apache.datasketches.tuple
Classes in org.apache.datasketches.tuple with type parameters of type UpdatableSummaryModifier and TypeClassDescriptionclassUpdatableTupleSketch<U, S extends UpdatableSummary<U>>An extension of QuickSelectSketch<S>, which can be updated with many types of keys.classUpdatableTupleSketchBuilder<U, S extends UpdatableSummary<U>>For building a new generic tuple UpdatableTupleSketchMethods in org.apache.datasketches.tuple with type parameters of type UpdatableSummaryModifier and TypeMethodDescriptionstatic <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,Methods in org.apache.datasketches.tuple that return UpdatableSummaryModifier and TypeMethodDescriptionThis is to provide a method of updating summaries. -
Uses of UpdatableSummary in org.apache.datasketches.tuple.adouble
Classes in org.apache.datasketches.tuple.adouble that implement UpdatableSummaryModifier and TypeClassDescriptionfinal classSummary for generic tuple sketches of type Double. -
Uses of UpdatableSummary in org.apache.datasketches.tuple.aninteger
Classes in org.apache.datasketches.tuple.aninteger that implement UpdatableSummaryModifier and TypeClassDescriptionclassSummary for generic tuple sketches of type Integer. -
Uses of UpdatableSummary in org.apache.datasketches.tuple.strings
Classes in org.apache.datasketches.tuple.strings that implement UpdatableSummaryModifier and TypeClassDescriptionfinal classImplements UpdatableSummary<String[]>