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

Show Source

Created using Sphinx 4.5.0.