| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.api.bridge.java | |
| org.apache.flink.table.api.bridge.java.internal |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
已过时。
Use
create(StreamExecutionEnvironment) and TableEnvironment.getConfig() for
manipulating TableConfig. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
StreamTableEnvironmentImpl
The implementation for a Java
StreamTableEnvironment. |
| 限定符和类型 | 方法和说明 |
|---|---|
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–2022 The Apache Software Foundation. All rights reserved.