Package | Description |
---|---|
org.apache.flink.table.api.bridge.java | |
org.apache.flink.table.api.bridge.java.internal | |
org.apache.flink.table.descriptors |
Modifier and Type | Method and Description |
---|---|
StreamTableDescriptor |
StreamTableEnvironment.connect(ConnectorDescriptor connectorDescriptor)
Deprecated.
The SQL
CREATE TABLE DDL is richer than this part of the API. This method
might be refactored in the next versions. Please use executeSql(ddl) to register a table instead. |
Modifier and Type | Method and Description |
---|---|
StreamTableDescriptor |
StreamTableEnvironmentImpl.connect(ConnectorDescriptor connectorDescriptor) |
Modifier and Type | Method and Description |
---|---|
StreamTableDescriptor |
StreamTableDescriptor.withSchema(Schema schema) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.