Uses of Enum
org.apache.flink.table.api.ExplainFormat
Packages that use ExplainFormat
-
Uses of ExplainFormat in org.apache.flink.table.api
Methods in org.apache.flink.table.api that return ExplainFormatModifier and TypeMethodDescriptionstatic ExplainFormatReturns the enum constant of this type with the specified name.static ExplainFormat[]ExplainFormat.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 ExplainFormatModifier and TypeMethodDescriptionExplainable.explain(ExplainFormat format, ExplainDetail... extraDetails) Returns the AST of this object 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.