Uses of Enum
org.apache.flink.table.api.ExplainDetail
Packages that use ExplainDetail
Package
Description
-
Uses of ExplainDetail in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return ExplainDetailModifier and TypeMethodDescriptionstatic ExplainDetailReturns 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 ExplainDetailModifier and TypeMethodDescriptiondefault StringExplainable.explain(ExplainDetail... extraDetails) Returns the AST of this object and the execution plan to compute the result of the given statement.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 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.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 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 ExplainDetailModifier and TypeMethodDescriptionStatementSetImpl.explain(ExplainFormat format, ExplainDetail... extraDetails) TableImpl.explain(ExplainFormat format, ExplainDetail... extraDetails) TableEnvironmentImpl.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.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.TableEnvironmentImpl.explainPlan(InternalPlan compiledPlan, ExplainDetail... extraDetails) TableEnvironmentInternal.explainPlan(InternalPlan compiledPlan, ExplainDetail... extraDetails) 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 ExplainDetailModifier and TypeMethodDescriptionPlanner.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.Planner.explainPlan(InternalPlan plan, ExplainDetail... extraDetails)