| Interface | Description |
|---|---|
| BatchTableSource<T> | Deprecated
use
InputFormatTableSource instead. |
| StreamTableSource<T> |
Defines an external stream table and provides read access to its data.
|
| Class | Description |
|---|---|
| CsvAppendTableSourceFactory |
Factory for creating configured instances of
CsvTableSource in a stream environment. |
| CsvBatchTableSourceFactory |
Factory for creating configured instances of
CsvTableSource in a batch environment. |
| CsvTableSource |
A
StreamTableSource and BatchTableSource for simple CSV files with a
(logically) unlimited number of fields. |
| CsvTableSource.Builder |
A builder for creating CsvTableSource instances.
|
| CsvTableSource.CsvLookupFunction |
LookupFunction to support lookup in CsvTableSource.
|
| CsvTableSourceFactoryBase |
Factory base for creating configured instances of
CsvTableSource. |
| InputFormatTableSource<T> |
Defines an external bounded table and provides access to its data.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.