Package | Description |
---|---|
io.druid.query.aggregation.cardinality | |
io.druid.query.aggregation.hyperloglog |
Modifier and Type | Method and Description |
---|---|
protected static void |
CardinalityAggregator.hashRow(List<DimensionSelector> selectorList,
HyperLogLogCollector collector) |
protected static void |
CardinalityAggregator.hashValues(List<DimensionSelector> selectors,
HyperLogLogCollector collector) |
Modifier and Type | Class and Description |
---|---|
class |
HLLCV0
Deprecated.
|
class |
HLLCV1 |
Modifier and Type | Method and Description |
---|---|
HyperLogLogCollector |
HyperLogLogCollector.fold(ByteBuffer buffer) |
HyperLogLogCollector |
HyperLogLogCollector.fold(HyperLogLogCollector other) |
static HyperLogLogCollector |
HyperLogLogCollector.makeCollector(ByteBuffer buffer) |
static HyperLogLogCollector |
HyperLogLogCollector.makeLatestCollector() |
Modifier and Type | Method and Description |
---|---|
int |
HyperLogLogCollector.compareTo(HyperLogLogCollector other) |
HyperLogLogCollector |
HyperLogLogCollector.fold(HyperLogLogCollector other) |
Copyright © 2011–2015. All rights reserved.