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.CatalogBaseTable.get_options#

CatalogBaseTable.get_options()[source]#

Returns a map of string-based options.

In case of CatalogTable, these options may determine the kind of connector and its configuration for accessing the data in the external system.

Returns

Property map of the table/view.

New in version 1.11.0.

previous

pyflink.table.catalog.CatalogBaseTable.create_view

next

pyflink.table.catalog.CatalogBaseTable.get_schema

On this page
  • CatalogBaseTable.get_options()
Show Source

Created using Sphinx 5.3.0.