Registry / other / flink-table-api-java

flink-table-api-java

JSON →
library2.2.1javamavenunverified

This module contains the Table/SQL API for writing table programs within the table ecosystem using the Java programming language.

other
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.

org.apache.flink.table.api.TableEnvironment

Creates a TableEnvironment and executes a simple SQL query.

import org.apache.flink.table.api.TableEnvironment; TableEnvironment tableEnv = TableEnvironment.create(EnvironmentSettings.inStreamingMode()); tableEnv.executeSql("SELECT 'Hello, World!' AS greeting").print();
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
11 hits · last 30 days
gptbot
3
claudebot
3
Resources