Package | Description |
---|---|
org.apache.flink.table.api | |
org.apache.flink.table.api.internal | |
org.apache.flink.table.delegation |
Modifier and Type | Method and Description |
---|---|
static ExplainDetail |
ExplainDetail.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExplainDetail[] |
ExplainDetail.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
Table.explain(ExplainDetail... extraDetails)
Returns the AST of this table and the execution plan to compute the result of this table.
|
String |
StatementSet.explain(ExplainDetail... extraDetails)
returns the AST and the execution plan to compute the result of the all statements and
Tables.
|
String |
TableEnvironment.explainSql(String statement,
ExplainDetail... extraDetails)
Returns the AST of the specified statement and the execution plan to compute the result of
the given statement.
|
Modifier and Type | Method and Description |
---|---|
protected ExplainDetail[] |
TableEnvironmentImpl.getExplainDetails(boolean extended) |
Modifier and Type | Method and Description |
---|---|
String |
TableImpl.explain(ExplainDetail... extraDetails) |
String |
TableEnvironmentInternal.explainInternal(List<Operation> operations,
ExplainDetail... extraDetails)
Returns the AST of this table and the execution plan to compute the result of this table.
|
String |
TableEnvironmentImpl.explainInternal(List<Operation> operations,
ExplainDetail... extraDetails) |
String |
TableEnvironmentImpl.explainSql(String statement,
ExplainDetail... extraDetails) |
Modifier and Type | Method and Description |
---|---|
String |
Planner.explain(List<Operation> operations,
ExplainDetail... extraDetails)
Returns the AST of the specified Table API and SQL queries and the execution plan to compute
the result of the given collection of
QueryOperation s. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.