Package | Description |
---|---|
org.apache.datasketches.theta |
The theta package contains all the sketch classes that are members of the
Theta Sketch Framework.
|
Modifier and Type | Method and Description |
---|---|
UpdateReturnState |
UpdateSketch.update(byte[] data)
Present this sketch with the given byte array.
|
UpdateReturnState |
UpdateSketch.update(char[] data)
Present this sketch with the given char array.
|
UpdateReturnState |
UpdateSketch.update(double datum)
Present this sketch with the given double (or float) datum.
|
UpdateReturnState |
UpdateSketch.update(int[] data)
Present this sketch with the given integer array.
|
UpdateReturnState |
UpdateSketch.update(long datum)
Present this sketch with a long.
|
UpdateReturnState |
UpdateSketch.update(long[] data)
Present this sketch with the given long array.
|
UpdateReturnState |
UpdateSketch.update(String datum)
Present this sketch with the given String.
|
static UpdateReturnState |
UpdateReturnState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateReturnState[] |
UpdateReturnState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015–2021 The Apache Software Foundation. All rights reserved.