DynamicTableSource |
Source of a dynamic table from an external storage system.
|
DynamicTableSource.Context |
|
DynamicTableSource.DataStructureConverter |
Converter for mapping between objects and Flink's internal data structures during runtime.
|
InputFormatProvider |
Provider of an InputFormat instance as a runtime implementation for ScanTableSource .
|
LookupTableSource |
A DynamicTableSource that looks up rows of an external storage system by one or more keys
during runtime.
|
LookupTableSource.LookupContext |
|
LookupTableSource.LookupRuntimeProvider |
Provides actual runtime implementation for reading the data.
|
ScanTableSource |
|
ScanTableSource.ScanContext |
|
ScanTableSource.ScanRuntimeProvider |
Provides actual runtime implementation for reading the data.
|
SourceProvider |
Provider of a Source instance as a runtime implementation for ScanTableSource .
|