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