| 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
A
StreamTableSource and BatchTableSource for simple CSV files with a (logically)
unlimited number of fields. |
class |
InputFormatTableSource<T>
Deprecated.
This interface has been replaced by
DynamicTableSource. The new interface
produces internal data structures and only works with the Blink planner. See FLIP-95 for more
information. |
| Modifier and Type | Method and Description |
|---|---|
StreamTableSource<org.apache.flink.types.Row> |
CsvAppendTableSourceFactory.createStreamTableSource(Map<String,String> properties) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.