| Package | Description |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.sources |
| Modifier and Type | Method and Description |
|---|---|
BatchTableSource<T> |
BatchTableSourceFactory.createBatchTableSource(Map<String,String> properties)
Creates and configures a
BatchTableSource 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. |
| Modifier and Type | Method and Description |
|---|---|
BatchTableSource<org.apache.flink.types.Row> |
CsvBatchTableSourceFactory.createBatchTableSource(Map<String,String> properties) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.