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.wait

pyflink.table.table_result.TableResult.wait#

TableResult.wait(timeout_ms: int | None = None)[source]#

Wait if necessary for at most the given time (milliseconds) for the data to be ready.

For a select operation, this method will wait until the first row can be accessed locally. For an insert operation, this method will wait for the job to finish, because the result contains only one row. For other operations, this method will return immediately, because the result is already available locally.

Added in version 1.12.0.

previous

pyflink.table.table_result.TableResult.get_job_client

next

pyflink.table.table_result.TableResult.get_table_schema

On this page
  • TableResult.wait()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.