Uses of Class
org.apache.datasketches.tuple.adouble.DoubleSummary
| Package | Description |
|---|---|
| org.apache.datasketches.tuple.adouble |
-
Uses of DoubleSummary in org.apache.datasketches.tuple.adouble
Methods in org.apache.datasketches.tuple.adouble that return DoubleSummary Modifier and Type Method Description DoubleSummaryDoubleSummary. copy()DoubleSummaryDoubleSummarySetOperations. intersection(DoubleSummary a, DoubleSummary b)DoubleSummaryDoubleSummaryFactory. newSummary()DoubleSummaryDoubleSummarySetOperations. union(DoubleSummary a, DoubleSummary b)DoubleSummaryDoubleSummary. update(Double value)Methods in org.apache.datasketches.tuple.adouble that return types with arguments of type DoubleSummary Modifier and Type Method Description static DeserializeResult<DoubleSummary>DoubleSummary. fromMemory(org.apache.datasketches.memory.Memory mem)Creates an instance of the DoubleSummary given a serialized representationDeserializeResult<DoubleSummary>DoubleSummaryDeserializer. heapifySummary(org.apache.datasketches.memory.Memory mem)Methods in org.apache.datasketches.tuple.adouble with parameters of type DoubleSummary Modifier and Type Method Description DoubleSummaryDoubleSummarySetOperations. intersection(DoubleSummary a, DoubleSummary b)DoubleSummaryDoubleSummarySetOperations. union(DoubleSummary a, DoubleSummary b)