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