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