| Package | Description |
|---|---|
| org.apache.flink.table.factories |
| Modifier and Type | Method and Description |
|---|---|
default TableSink<T> |
TableSinkFactory.createTableSink(ObjectPath tablePath,
CatalogTable table)
Creates and configures a
TableSink based on the given CatalogTable instance. |
default TableSource<T> |
TableSourceFactory.createTableSource(ObjectPath tablePath,
CatalogTable table)
Creates and configures a
TableSource based on the given CatalogTable instance. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.