| Package | Description |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.sources |
| Modifier and Type | Method and Description |
|---|---|
default StreamTableSource<T> |
StreamTableSourceFactory.createStreamTableSource(Map<String,String> properties)
Deprecated.
Context contains more information, and already contains table schema too.
Please use TableSourceFactory.createTableSource(Context) instead. |
| Modifier and Type | Class and Description |
|---|---|
class |
CsvTableSource
Deprecated.
The legacy CSV connector has been replaced by
FileSource. It is kept only to
support tests for the legacy connector stack. |
class |
InputFormatTableSource<T>
Deprecated.
This interface has been replaced by
DynamicTableSource. The new interface
produces internal data structures. See FLIP-95 for more information. |
| Modifier and Type | Method and Description |
|---|---|
StreamTableSource<org.apache.flink.types.Row> |
CsvBatchTableSourceFactory.createStreamTableSource(Map<String,String> properties)
Deprecated.
|
StreamTableSource<org.apache.flink.types.Row> |
CsvAppendTableSourceFactory.createStreamTableSource(Map<String,String> properties)
Deprecated.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.