Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink Common

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.

previous

pyflink.table.statement_set.StatementSet.add_insert

next

pyflink.table.statement_set.StatementSet.execute

Show Source

Created using Sphinx 4.5.0.