| Package | Description |
|---|---|
| org.apache.flink.table.catalog |
| Modifier and Type | Method and Description |
|---|---|
static <T2> ConnectorCatalogTable<?,T2> |
ConnectorCatalogTable.sink(org.apache.flink.table.sinks.TableSink<T2> sink,
boolean isBatch) |
static <T1> ConnectorCatalogTable<T1,?> |
ConnectorCatalogTable.source(org.apache.flink.table.sources.TableSource<T1> source,
boolean isBatch) |
static <T1,T2> ConnectorCatalogTable<T1,T2> |
ConnectorCatalogTable.sourceAndSink(org.apache.flink.table.sources.TableSource<T1> source,
org.apache.flink.table.sinks.TableSink<T2> sink,
boolean isBatch) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.