| Package | Description |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.sources |
| Class and Description |
|---|
| BatchTableSource
Deprecated.
use
InputFormatTableSource instead. |
| StreamTableSource
Defines an external stream table and provides read access to its data.
|
| Class and Description |
|---|
| BatchTableSource
Deprecated.
use
InputFormatTableSource instead. |
| CsvTableSource
A
StreamTableSource and BatchTableSource for simple CSV files with a
(logically) unlimited number of fields. |
| CsvTableSource.Builder
A builder for creating CsvTableSource instances.
|
| CsvTableSourceFactoryBase
Factory base for creating configured instances of
CsvTableSource. |
| StreamTableSource
Defines an external stream table and provides read access to its data.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.