public interface RelStatColumnStatistics
Modifier and Type | Method and Description |
---|---|
Double |
getCardinality()
Estimates the number of distinct values returned from a relational
expression that satisfy a given condition.
|
Double |
getSelectivity()
Estimates the percentage of a relational expression's rows which satisfy
a given condition.
|
Double getSelectivity()
RelMetadataQuery.getSelectivity(org.eigenbase.rel.RelNode, org.eigenbase.rex.RexNode)
.Double getCardinality()
Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.