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.Table.explain#

Table.explain(*extra_details: pyflink.table.explain_detail.ExplainDetail) → str[source]#

Returns the AST of this table and the execution plan.

Parameters

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.

previous

pyflink.table.Table.execute_insert

next

pyflink.table.Table.fetch

Show Source

Created using Sphinx 4.5.0.