| Package | Description |
|---|---|
| org.apache.flink.table.factories | |
| org.apache.flink.table.sources |
| Class and Description |
|---|
| BatchTableSource
Deprecated.
use
InputFormatTableSource instead. |
| StreamTableSource
Deprecated.
This interface has been replaced by
DynamicTableSource. The new interface
produces internal data structures and only works with the Blink planner. See FLIP-95 for more
information. |
| 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
Deprecated.
This interface has been replaced by
DynamicTableSource. The new interface
produces internal data structures and only works with the Blink planner. See FLIP-95 for more
information. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.