| Package | Description |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.sources |
| Modifier and Type | Method and Description |
|---|---|
StreamTableSource<T> |
StreamTableSourceFactory.createStreamTableSource(Map<String,String> properties)
Creates and configures a
StreamTableSource using the given properties. |
| 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>
Defines an external bounded table and provides access to its data.
|
| Modifier and Type | Method and Description |
|---|---|
StreamTableSource<org.apache.flink.types.Row> |
CsvAppendTableSourceFactory.createStreamTableSource(Map<String,String> properties) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.