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
  • TableEnvironment
  • pyflink.table.environment_settings.EnvironmentSettings.Builder.with_built_in_catalog_name

pyflink.table.environment_settings.EnvironmentSettings.Builder.with_built_in_catalog_name#

Builder.with_built_in_catalog_name(built_in_catalog_name: str) → Builder#

Specifies the name of the initial catalog to be created when instantiating a TableEnvironment.

This catalog is an in-memory catalog that will be used to store all temporary objects (e.g. from create_temporary_view() or create_temporary_system_function()) that cannot be persisted because they have no serializable representation.

It will also be the initial value for the current catalog which can be altered via use_catalog().

Default: “default_catalog”.

Parameters:

built_in_catalog_name – The specified built-in catalog name.

Returns:

This object.

previous

pyflink.table.environment_settings.EnvironmentSettings.Builder.in_streaming_mode

next

pyflink.table.environment_settings.EnvironmentSettings.Builder.with_built_in_database_name

On this page
  • Builder.with_built_in_catalog_name()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.