public class HLLDistinctCountAggFunc extends Object
| Constructor and Description |
|---|
HLLDistinctCountAggFunc() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.kylin.common.hll.HyperLogLogPlusCounter |
add(org.apache.kylin.common.hll.HyperLogLogPlusCounter counter,
Object v) |
static org.apache.kylin.common.hll.HyperLogLogPlusCounter |
init() |
static org.apache.kylin.common.hll.HyperLogLogPlusCounter |
initAdd(Object v) |
static org.apache.kylin.common.hll.HyperLogLogPlusCounter |
merge(org.apache.kylin.common.hll.HyperLogLogPlusCounter counter0,
Object counter1) |
static long |
result(org.apache.kylin.common.hll.HyperLogLogPlusCounter counter) |
public static org.apache.kylin.common.hll.HyperLogLogPlusCounter init()
public static org.apache.kylin.common.hll.HyperLogLogPlusCounter initAdd(Object v)
public static org.apache.kylin.common.hll.HyperLogLogPlusCounter add(org.apache.kylin.common.hll.HyperLogLogPlusCounter counter,
Object v)
public static org.apache.kylin.common.hll.HyperLogLogPlusCounter merge(org.apache.kylin.common.hll.HyperLogLogPlusCounter counter0,
Object counter1)
public static long result(org.apache.kylin.common.hll.HyperLogLogPlusCounter counter)
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.