public class DoublesSketchMergeAggregator extends Object implements Aggregator
| Constructor and Description | 
|---|
DoublesSketchMergeAggregator(ColumnValueSelector<com.yahoo.sketches.quantiles.DoublesSketch> selector,
                            int k)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
aggregate()  | 
void | 
close()  | 
Object | 
get()  | 
float | 
getFloat()  | 
long | 
getLong()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDoublepublic DoublesSketchMergeAggregator(ColumnValueSelector<com.yahoo.sketches.quantiles.DoublesSketch> selector, int k)
public void aggregate()
aggregate in interface Aggregatorpublic Object get()
get in interface Aggregatorpublic float getFloat()
getFloat in interface Aggregatorpublic long getLong()
getLong in interface Aggregatorpublic void close()
close in interface Aggregatorclose in interface Closeableclose in interface AutoCloseableCopyright © 2011–2018. All rights reserved.