public static interface BuiltInMetadata.ExplainVisibility extends Metadata
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BuiltInMetadata.ExplainVisibility.Handler
Handler API.
|
| Modifier and Type | Field and Description |
|---|---|
static MetadataDef<BuiltInMetadata.ExplainVisibility> |
DEF |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
isVisibleInExplain(SqlExplainLevel explainLevel)
Determines whether a relational expression should be visible in EXPLAIN
PLAN output at a particular level of detail.
|
static final MetadataDef<BuiltInMetadata.ExplainVisibility> DEF
Boolean isVisibleInExplain(SqlExplainLevel explainLevel)
explainLevel - level of detailCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.