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

static EnvironmentSettings.in_streaming_mode() → pyflink.table.environment_settings.EnvironmentSettings[source]#

Creates a default instance of EnvironmentSettings in streaming execution mode.

In this mode, both bounded and unbounded data streams can be processed.

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

next

pyflink.table.environment_settings.EnvironmentSettings.in_batch_mode

Show Source

Created using Sphinx 4.5.0.