| Package | Description |
|---|---|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.sql.parser.impl |
Contains generated code for the
Calcite SQL parser. |
| Modifier and Type | Method and Description |
|---|---|
SqlExplain.Depth |
SqlExplain.getDepth()
Returns the level of abstraction at which this plan should be displayed.
|
static SqlExplain.Depth |
SqlExplain.Depth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlExplain.Depth[] |
SqlExplain.Depth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SqlExplain.Depth |
SqlParserImpl.ExplainDepth()
Parses WITH TYPE | WITH IMPLEMENTATION | WITHOUT IMPLEMENTATION modifier for
EXPLAIN PLAN.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.