jar

org.apache.flink : flink-table-api-bridge-base

Maven & Gradle

May 19, 2023
21.5k stars

Flink : Table : API bridge base · This module contains the base code for bridging between Table API and DataStream API for both Java and Scala.

Table Of Contents

Latest Version

Download org.apache.flink : flink-table-api-bridge-base JAR file - Latest Versions:

All Versions

Download org.apache.flink : flink-table-api-bridge-base JAR file - All Versions:

Version Vulnerabilities Size Updated
1.17.x
1.16.x
1.15.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window flink-table-api-bridge-base-1.17.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.flink.table.api.bridge.internal

├─ org.apache.flink.table.api.bridge.internal.AbstractStreamTableEnvironmentImpl.class - [JAR]

org.apache.flink.table.operations

├─ org.apache.flink.table.operations.DataStreamQueryOperation.class - [JAR]

├─ org.apache.flink.table.operations.ExternalQueryOperation.class - [JAR]

org.apache.flink.table.delegation

├─ org.apache.flink.table.delegation.StreamExecutorFactory.class - [JAR]

Advertisement