Package | Description |
---|---|
org.apache.flink.table.api.bridge.java | |
org.apache.flink.table.descriptors |
Modifier and Type | Method and Description |
---|---|
BatchTableDescriptor |
BatchTableEnvironment.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 |
---|---|
BatchTableDescriptor |
BatchTableDescriptor.withSchema(Schema schema) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.