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.table_environment.StreamTableEnvironment.to_append_stream

pyflink.table.table_environment.StreamTableEnvironment.to_append_stream#

StreamTableEnvironment.to_append_stream(table: Table, type_info: TypeInformation) → DataStream[source]#

Converts the given Table into a DataStream of a specified type. The Table must only have insert (append) changes. If the Table is also modified by update or delete changes, the conversion will fail.

The fields of the Table are mapped to DataStream as follows: Row and Tuple types: Fields are mapped by position, field types must match.

Parameters:
  • table – The Table to convert.

  • type_info – The TypeInformation that specifies the type of the DataStream.

Returns:

The converted DataStream.

Added in version 1.12.0.

previous

pyflink.table.table_environment.StreamTableEnvironment.to_changelog_stream

next

pyflink.table.table_environment.StreamTableEnvironment.to_retract_stream

On this page
  • StreamTableEnvironment.to_append_stream()

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.