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.in_batch_mode

pyflink.table.environment_settings.EnvironmentSettings.in_batch_mode#

static EnvironmentSettings.in_batch_mode() → EnvironmentSettings[source]#

Creates a default instance of EnvironmentSettings in batch execution mode.

This mode is highly optimized for batch scenarios. Only bounded data streams can be processed in this mode.

This method is a shortcut for creating a TableEnvironment with little code. Use the builder provided in EnvironmentSettings.new_instance() for advanced settings.

Returns:

EnvironmentSettings.

previous

pyflink.table.environment_settings.EnvironmentSettings.in_streaming_mode

next

pyflink.table.environment_settings.EnvironmentSettings.get_built_in_catalog_name

On this page
  • EnvironmentSettings.in_batch_mode()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.