Package | Description |
---|---|
org.apache.datasketches.tuple |
The tuple package contains implementation of sketches based on the idea of
theta sketches with the addition of values associated with unique keys.
|
Modifier and Type | Method and Description |
---|---|
static SerializerDeserializer.SketchType |
SerializerDeserializer.getSketchType(org.apache.datasketches.memory.Memory mem)
Gets the sketch type byte from the given Memory image
|
static SerializerDeserializer.SketchType |
SerializerDeserializer.SketchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SerializerDeserializer.SketchType[] |
SerializerDeserializer.SketchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
SerializerDeserializer.validateType(byte sketchTypeByte,
SerializerDeserializer.SketchType expectedType)
Validates the sketch type byte versus the expected value
|
Copyright © 2015–2021 The Apache Software Foundation. All rights reserved.