# Packages
No description provided by the author
# Functions
ConvertDDSketchIntoSketch converts a DDSketch into a Sketch, by first converting the DDSketch into a new DDSketch with a mapping that's compatible with Sketch parameters, then creating the Sketch by copying the DDSketch bins to the Sketch store.
Default returns the default config.
InfKey returns the Key for +Inf if sign >= 0, -Inf if sign < 0.
NewConfig creates a config object with.
# Structs
An Agent sketch is an insert optimized version of the sketch for use in the datadog-agent.
A Config struct is passed around to many sketches (read-only).
A KeyCount represents a Key and an associated count.
A Sketch for tracking quantiles The serialized JSON of Sketch contains the summary only Bins are not included.
# Type aliases
A Key represents a quantized version of a float64.