Group: com.qcloud.oceanus - All Dependencies
flink-table-uber · This module contains the entire Table/SQL distribution for writing table programs within the table ecosystem or between other Flink APIs. Users can either use the Scala or Java programming language.
flink-table-uber-blink · This module contains the entire Table/SQL distribution for writing table programs within the table ecosystem or between other Flink APIs. This module uses the Blink planner for generating optimized runnable plan from relational query. Users can either use the Scala or Java programming language.
flink-table-runtime-blink · This module contains classes that are required by a task manager for execution of table programs. The content of this module is work-in-progress. It will replace the runtime classes contained in flink-table-planner once it is stable. See FLINK-11439 and FLIP-32 for more details.
flink-table-planner · This module bridges Table/SQL API and runtime. It contains all resources that are required during pre-flight and runtime phase.
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-common · This module contains extension points of the Table/SQL API. It allows for implementing user-defined functions, custom formats, etc. with minimal dependencies.
flink-table-api-scala · This module contains the Table/SQL API for writing table programs within the table ecosystem using the Scala programming language.
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.
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-api-java · This module contains the Table/SQL API for writing table programs within the table ecosystem using the Java programming language.