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 ExplainDetailExplainDetail. 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 StringExplainable. explain(ExplainDetail... extraDetails)Returns the AST of this object and the execution plan to compute the result of the given statement.StringExplainable. explain(ExplainFormat format, ExplainDetail... extraDetails)Returns the AST of this object and the execution plan to compute the result of the given statement.default StringTableEnvironment. explainSql(String statement, ExplainDetail... extraDetails)Returns the AST of the specified statement and the execution plan to compute the result of the given statement.StringTableEnvironment. 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 SELFExplainable. 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 StringStatementSetImpl. explain(ExplainFormat format, ExplainDetail... extraDetails)StringTableImpl. explain(ExplainFormat format, ExplainDetail... extraDetails)StringTableEnvironmentImpl. explainInternal(List<Operation> operations, ExplainFormat format, ExplainDetail... extraDetails)default StringTableEnvironmentInternal. explainInternal(List<Operation> operations, ExplainDetail... extraDetails)Returns the AST of this table and the execution plan to compute the result of this table.StringTableEnvironmentInternal. 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.StringTableEnvironmentImpl. explainPlan(InternalPlan compiledPlan, ExplainDetail... extraDetails)StringTableEnvironmentInternal. explainPlan(InternalPlan compiledPlan, ExplainDetail... extraDetails)StringTableEnvironmentImpl. 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 StringPlanner. 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 ofQueryOperations.StringPlanner. explainPlan(InternalPlan plan, ExplainDetail... extraDetails)
-