Uses of Class
org.apache.flink.table.api.ExplainDetail
-
Packages that use ExplainDetail Package Description org.apache.flink.table.api org.apache.flink.table.api.internal org.apache.flink.table.delegation -
-
Uses of ExplainDetail in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return ExplainDetail Modifier and Type Method 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.Methods in org.apache.flink.table.api with parameters of type ExplainDetail Modifier and Type Method Description default String
Explainable. explain(ExplainDetail... extraDetails)
Returns the AST of this object and the execution plan to compute the result of the given statement.String
Explainable. explain(ExplainFormat format, ExplainDetail... extraDetails)
Returns the AST of this object and the execution plan to compute the result of the given statement.default 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.String
TableEnvironment. explainSql(String statement, ExplainFormat format, ExplainDetail... extraDetails)
Returns the AST of the specified statement and the execution plan to compute the result of the given statement.default SELF
Explainable. printExplain(ExplainDetail... extraDetails)
LikeExplainable.explain(ExplainDetail...)
, but piping the result toSystem.out
. -
Uses of ExplainDetail in org.apache.flink.table.api.internal
Methods in org.apache.flink.table.api.internal with parameters of type ExplainDetail Modifier and Type Method Description String
StatementSetImpl. explain(ExplainFormat format, ExplainDetail... extraDetails)
String
TableImpl. explain(ExplainFormat format, ExplainDetail... extraDetails)
String
TableEnvironmentImpl. explainInternal(List<Operation> operations, ExplainFormat format, ExplainDetail... extraDetails)
default 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
TableEnvironmentInternal. explainInternal(List<Operation> operations, ExplainFormat format, ExplainDetail... extraDetails)
Returns the AST of this table and the execution plan to compute the result of this table.String
TableEnvironmentImpl. explainPlan(InternalPlan compiledPlan, ExplainDetail... extraDetails)
String
TableEnvironmentInternal. explainPlan(InternalPlan compiledPlan, ExplainDetail... extraDetails)
String
TableEnvironmentImpl. explainSql(String statement, ExplainFormat format, ExplainDetail... extraDetails)
-
Uses of ExplainDetail in org.apache.flink.table.delegation
Methods in org.apache.flink.table.delegation with parameters of type ExplainDetail Modifier and Type Method Description String
Planner. explain(List<Operation> operations, ExplainFormat format, 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 ofQueryOperation
s.String
Planner. explainPlan(InternalPlan plan, ExplainDetail... extraDetails)
-