| Package | Description |
|---|---|
| org.apache.flink.table.api | |
| org.apache.flink.table.api.internal | |
| org.apache.flink.table.descriptors |
| Modifier and Type | Method and Description |
|---|---|
ConnectTableDescriptor |
TableEnvironment.connect(org.apache.flink.table.descriptors.ConnectorDescriptor connectorDescriptor)
Creates a table source and/or table sink from a descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectTableDescriptor |
TableEnvironmentImpl.connect(org.apache.flink.table.descriptors.ConnectorDescriptor connectorDescriptor) |
| Modifier and Type | Class and Description |
|---|---|
class |
BatchTableDescriptor
Describes a table connected from a batch environment.
|
class |
StreamTableDescriptor
Describes a table connected from a streaming environment.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectTableDescriptor |
ConnectTableDescriptor.withSchema(org.apache.flink.table.descriptors.Schema schema)
Specifies the resulting table schema.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.