f

flink-table-runtime-blink_2.11

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.
Files download
File Operation
flink-table-runtime-blink_2.11-1.12.2.jar download
flink-table-runtime-blink_2.11-1.12.2.pom download
flink-table-runtime-blink_2.11-1.12.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.flink</groupId>
  <artifactId>flink-table-runtime-blink_2.11</artifactId>
  <version>1.12.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.flink:flink-table-runtime-blink_2.11:1.12.2'
Gradle Kotlin
implementation("org.apache.flink:flink-table-runtime-blink_2.11:1.12.2")
Scala SBT
libraryDependencies += "org.apache.flink" % "flink-table-runtime-blink_2.11" % "1.12.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.flink', module='flink-table-runtime-blink_2.11', version='1.12.2')
)
Apache Ivy
<dependency org="org.apache.flink" name="flink-table-runtime-blink_2.11" rev="1.12.2" />
Leiningen
[org.apache.flink/flink-table-runtime-blink_2.11 "1.12.2"]
Apache Buildr
'org.apache.flink:flink-table-runtime-blink_2.11:jar:1.12.2'