pyflink.table.table_environment.TableEnvironment.explain_sql#
- TableEnvironment.explain_sql(stmt: str, *extra_details: pyflink.table.explain_detail.ExplainDetail) str [source]#
Returns the AST of the specified statement and the execution plan.
- Parameters
stmt – The statement for which the AST and execution plan will be returned.
extra_details – The extra explain details which the explain result should include, e.g. estimated cost, changelog mode for streaming
- Returns
The statement for which the AST and execution plan will be returned.
New in version 1.11.0.