| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogTableImpl
Deprecated.
Use
CatalogTable.of(Schema, String, List, Map) or a custom implementation
instead. Don't implement against this internal class. It can lead to unintended side effects
if code checks against this class instead of the common interface. |
class |
ConnectorCatalogTable<T1,T2>
A
CatalogTable that wraps a TableSource and/or TableSink. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.