public interface Histogram
| Modifier and Type | Method and Description |
|---|---|
Double |
estimatedSelectivity(org.apache.calcite.rex.RexNode filter,
long totalRowCount,
long ndv)
For a filter condition, estimate the selectivity (matching rows/total rows) for this histogram.
|
Double estimatedSelectivity(org.apache.calcite.rex.RexNode filter, long totalRowCount, long ndv)
Copyright © 2021 The Apache Software Foundation. All rights reserved.