Uses of Class
org.apache.flink.table.catalog.ConnectorCatalogTable
Packages that use ConnectorCatalogTable
-
Uses of ConnectorCatalogTable in org.apache.flink.table.catalog
Methods in org.apache.flink.table.catalog that return ConnectorCatalogTableModifier and TypeMethodDescriptionstatic <T2> ConnectorCatalogTable<?,T2> ConnectorCatalogTable.sink(org.apache.flink.table.legacy.sinks.TableSink<T2> sink, boolean isBatch) static <T1> ConnectorCatalogTable<T1,?> ConnectorCatalogTable.source(org.apache.flink.table.legacy.sources.TableSource<T1> source, boolean isBatch) static <T1,T2> ConnectorCatalogTable<T1, T2> ConnectorCatalogTable.sourceAndSink(org.apache.flink.table.legacy.sources.TableSource<T1> source, org.apache.flink.table.legacy.sinks.TableSink<T2> sink, boolean isBatch)