pyflink.table.statement_set.StatementSet.explain#
- StatementSet.explain(*extra_details: pyflink.table.explain_detail.ExplainDetail) str [source]#
returns the AST and the execution plan of all statements and Tables.
- Parameters
extra_details – The extra explain details which the explain result should include, e.g. estimated cost, changelog mode for streaming
- Returns
All statements and Tables for which the AST and execution plan will be returned.
New in version 1.11.0.