本文档是 Apache Flink 的旧版本。建议访问 最新的稳定版本

Python Table API

Python Table API allows users to develop Table API programs using the Python language. Apache Flink has provided Python Table API support since 1.9.0.

Where to go next?

  • 环境安装: Introduction of how to set up the Python Table API execution environment.
  • 自定义函数: Explanation of how to define Python user-defined functions.
  • 依赖管理: Specification of how to use third-part dependencies in a Python Table API program.
  • 配置: Description of the config options available for Python Table API programs.
  • 常见问题