| Modifier and Type | Method and Description |
|---|---|
void |
add(String name,
long hash)
Add a new hash in the estimation set.
|
Object |
estimate(String name)
Estimates the cardinality of the aggregation so far.
|
@Since(value="1.3") void add(String name, long hash)
name - The name of CardinalityEstimatorhash - 64bit hash code value to add@Since(value="1.3") Object estimate(String name)
name - The name of CardinalityEstimatorCopyright © 2018. All Rights Reserved.