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.table_result.TableResult.get_job_client

pyflink.table.table_result.TableResult.get_job_client#

TableResult.get_job_client() → JobClient | None[source]#

For DML and DQL statement, return the JobClient which associates the submitted Flink job. For other statements (e.g. DDL, DCL) return empty.

Returns:

The job client, optional.

Return type:

pyflink.common.JobClient

Added in version 1.11.0.

previous

pyflink.table.statement_set.StatementSet.execute

next

pyflink.table.table_result.TableResult.wait

On this page
  • TableResult.get_job_client()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.