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_result.TableResult.get_job_client#

TableResult.get_job_client() → Optional[pyflink.common.job_client.JobClient][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

New in version 1.11.0.

previous

pyflink.table.statement_set.StatementSet.execute

next

pyflink.table.table_result.TableResult.wait

Show Source

Created using Sphinx 4.5.0.