public class DoublesSketchOperations extends Object
| Modifier and Type | Field and Description | 
|---|---|
static com.yahoo.sketches.quantiles.DoublesSketch | 
EMPTY_SKETCH  | 
| Constructor and Description | 
|---|
DoublesSketchOperations()  | 
| Modifier and Type | Method and Description | 
|---|---|
static com.yahoo.sketches.quantiles.DoublesSketch | 
deserialize(Object serializedSketch)  | 
static com.yahoo.sketches.quantiles.DoublesSketch | 
deserializeFromBase64EncodedString(String str)  | 
static com.yahoo.sketches.quantiles.DoublesSketch | 
deserializeFromByteArray(byte[] data)  | 
public static final com.yahoo.sketches.quantiles.DoublesSketch EMPTY_SKETCH
public static com.yahoo.sketches.quantiles.DoublesSketch deserialize(Object serializedSketch)
public static com.yahoo.sketches.quantiles.DoublesSketch deserializeFromBase64EncodedString(String str)
public static com.yahoo.sketches.quantiles.DoublesSketch deserializeFromByteArray(byte[] data)
Copyright © 2011–2018. All rights reserved.