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.environment_settings.EnvironmentSettings.Builder.with_built_in_catalog_name#

Builder.with_built_in_catalog_name(built_in_catalog_name: str) → pyflink.table.environment_settings.EnvironmentSettings.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

Show Source

Created using Sphinx 4.5.0.