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.catalog.Catalog.table_exists#

Catalog.table_exists(table_path: ObjectPath) → bool[source]#

Check if a table or view exists in this catalog.

Parameters

table_path – Path ObjectPath of the table or view.

Returns

true if the given table exists in the catalog false otherwise.

Raise

CatalogException in case of any runtime exception.

previous

pyflink.table.catalog.Catalog.get_table

next

pyflink.table.catalog.Catalog.drop_table

On this page
  • Catalog.table_exists()
Show Source

Created using Sphinx 5.3.0.