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_database_name#

Builder.with_built_in_database_name(built_in_database_name: str) → pyflink.table.environment_settings.EnvironmentSettings.Builder#

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

This database is an in-memory database 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_database”.

Parameters

built_in_database_name – The specified built-in database name.

Returns

This object.

previous

pyflink.table.environment_settings.EnvironmentSettings.Builder.with_built_in_catalog_name

next

pyflink.table.environment_settings.EnvironmentSettings.Builder.build

Show Source

Created using Sphinx 4.5.0.