|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RelStatColumnStatistics
This interface provides results based on column statistics. It may be used to summarize the results of applying a predicate to a column of a relational expression. Alternatively, it may be used to summarize aspects of the entire column.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
Double getSelectivity()
RelMetadataQuery.getSelectivity(org.eigenbase.rel.RelNode, org.eigenbase.rex.RexNode).
Double getCardinality()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||