| Package | Description |
|---|---|
| org.apache.flink.table.api.bridge.java | |
| org.apache.flink.table.api.bridge.java.internal |
| Modifier and Type | Method and Description |
|---|---|
static StreamTableEnvironment |
StreamTableEnvironment.create(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment executionEnvironment)
Creates a table environment that is the entry point and central context for creating Table
and SQL API programs that integrate with the Java-specific
DataStream API. |
static StreamTableEnvironment |
StreamTableEnvironment.create(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment executionEnvironment,
org.apache.flink.table.api.EnvironmentSettings settings)
Creates a table environment that is the entry point and central context for creating Table
and SQL API programs that integrate with the Java-specific
DataStream API. |
static StreamTableEnvironment |
StreamTableEnvironment.create(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment executionEnvironment,
org.apache.flink.table.api.TableConfig tableConfig)
Deprecated.
Use
create(StreamExecutionEnvironment) and TableEnvironment.getConfig() for
manipulating TableConfig. |
| Modifier and Type | Class and Description |
|---|---|
class |
StreamTableEnvironmentImpl
The implementation for a Java
StreamTableEnvironment. |
| Modifier and Type | Method and Description |
|---|---|
static StreamTableEnvironment |
StreamTableEnvironmentImpl.create(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment executionEnvironment,
org.apache.flink.table.api.EnvironmentSettings settings,
org.apache.flink.table.api.TableConfig tableConfig) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.