public static interface BuiltInMetadata.Selectivity extends Metadata
| Modifier and Type | Method and Description |
|---|---|
Double |
getSelectivity(RexNode predicate)
Estimates the percentage of an expression's output rows which satisfy a
given predicate.
|
Double getSelectivity(RexNode predicate)
predicate - predicate whose selectivity is to be estimated against
rel's outputCopyright © 2012–2015 The Apache Software Foundation. All rights reserved.