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
  • Catalog
  • pyflink.table.catalog.CatalogBaseTable.get_options

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.

Added 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()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.