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

pyflink.table.environment_settings.EnvironmentSettings.is_streaming_mode#

EnvironmentSettings.is_streaming_mode() → bool[source]#

Tells if the TableEnvironment should work in a batch or streaming mode.

Returns:

True if the TableEnvironment should work in a streaming mode, false otherwise.

previous

pyflink.table.environment_settings.EnvironmentSettings.get_built_in_database_name

next

pyflink.table.environment_settings.EnvironmentSettings.to_configuration

On this page
  • EnvironmentSettings.is_streaming_mode()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.