Group: org.apache.flink - All Dependencies
Flink : Table : Planner · This module connects Table/SQL API and runtime. It is responsible for translating and optimizing a table program into a Flink pipeline. The module can access all resources that are required during pre-flight and runtime phase for planning.
Flink : Table : API Java bridge · This module contains the Table/SQL API for writing table programs that interact with other Flink APIs using the Java programming language.
Flink : Table : Planner Blink · This module bridges Table/SQL API and runtime. It contains all resources that are required during pre-flight and runtime phase. The content of this module is work-in-progress. It will replace flink-table-planner once it is stable. See FLINK-11439 and FLIP-32 for more details.
Flink : Table : API Scala bridge · This module contains the Table/SQL API for writing table programs that interact with other Flink APIs using the Scala programming language.