Welcome to Flink Python API Docs!¶
Contents
Core Classes:¶
pyflink.table.TableEnvironmentMain entry point for Flink Table functionality.
Core component of the Flink Table API. The Flink Table API is built around
Table.
pyflink.datastream.StreamExecutionEnvironmentMain entry point for Flink DataStream functionality.
Core component of the Flink DataStream API. The Flink DataStream API is built around
DataStream.