Registry / other / flink-table-runtime

flink-table-runtime

JSON →
library2.2.1javamavenunverified

Contains runtime classes required by task managers for executing table programs in Apache Flink.

<dependency> <groupId>org.apache.flink</groupId> <artifactId>flink-table-runtime</artifactId> <version>2.2.1</version> </dependency>
INSTALL
IMPORT
SIG · FLINK-TABLE-RUNTIM
F
flink-table-runtime
otherjavav2.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TableStreamOperator
org.apache.flink.table.runtime.operators.TableStreamOperator

Creates a table stream operator for Flink.

import org.apache.flink.table.runtime.operators.TableStreamOperator; import org.apache.flink.streaming.api.datastream.DataStream; public class Example { public static void main(String[] args) { TableStreamOperator operator = new TableStreamOperator(); System.out.println("Table stream operator created."); } }
Debug
Known issues
gotchaThis module is internal to Flink; direct use is discouraged and may break across versions.
fix
Use higher-level Table API or SQL instead of directly referencing runtime classes.
affects: >=1.0.0
Upgrade
Version history
2.2.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
flink-table-runtime — mvn dependency:get flink-table-runtime · libregistry