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 |
|---|---|
@Nullable Double |
getSelectivity(@Nullable RexNode predicate)
Estimates the percentage of an expression's output rows which satisfy a
given predicate.
|
static final MetadataDef<BuiltInMetadata.Selectivity> DEF
@Nullable Double getSelectivity(@Nullable RexNode predicate)
predicate - predicate whose selectivity is to be estimated against
rel's outputCopyright © 2012-2022 Apache Software Foundation. All Rights Reserved.