| Interface | Description |
|---|---|
| BatchTableSource<T> | Deprecated
use
InputFormatTableSource instead. |
| StreamTableSource<T> | Deprecated
This interface has been replaced by
DynamicTableSource. |
| 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> | Deprecated
This interface has been replaced by
DynamicTableSource. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.