public class KllHistogramEstimator extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addToEstimator(double d) |
void |
addToEstimator(HiveDecimal decimal) |
void |
addToEstimator(long v) |
boolean |
canMerge(KllHistogramEstimator o) |
int |
getK() |
org.apache.datasketches.kll.KllFloatsSketch |
getSketch() |
int |
lengthFor(JavaDataModel model) |
void |
mergeEstimators(KllHistogramEstimator o) |
byte[] |
serialize() |
public byte[] serialize()
public void addToEstimator(long v)
public void addToEstimator(double d)
public void addToEstimator(HiveDecimal decimal)
public void mergeEstimators(KllHistogramEstimator o)
public int lengthFor(JavaDataModel model)
public boolean canMerge(KllHistogramEstimator o)
public int getK()
public org.apache.datasketches.kll.KllFloatsSketch getSketch()
Copyright © 2024 The Apache Software Foundation. All rights reserved.