Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataStream
  • PyFlink DataFrame
  • PyFlink Common
  • API Reference
  • PyFlink Table
  • StatementSet
  • pyflink.table.statement_set.StatementSet.explain

pyflink.table.statement_set.StatementSet.explain#

StatementSet.explain(*extra_details: 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.

Added in version 1.11.0.

previous

pyflink.table.statement_set.StatementSet.add_insert

next

pyflink.table.statement_set.StatementSet.execute

On this page
  • StatementSet.explain()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.