Uses of Enum
org.apache.flink.table.api.ExplainDetail
Packages that use ExplainDetail
-
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.