Package | Description |
---|---|
org.apache.datasketches.tuple |
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.
|
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–2024 The Apache Software Foundation. All rights reserved.