Package org.apache.calcite.rel.metadata
Interface BuiltInMetadata.ExplainVisibility
- All Superinterfaces:
Metadata
- Enclosing class:
BuiltInMetadata
Metadata about whether a relational expression should appear in a plan.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Handler API. -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionisVisibleInExplain
(SqlExplainLevel explainLevel) Determines whether a relational expression should be visible in EXPLAIN PLAN output at a particular level of detail.
-
Field Details
-
DEF
-
-
Method Details
-
isVisibleInExplain
Determines whether a relational expression should be visible in EXPLAIN PLAN output at a particular level of detail.- Parameters:
explainLevel
- level of detail- Returns:
- true for visible, false for invisible
-