| Interface | Description |
|---|---|
| AsyncTableFunctionProvider<T> | Deprecated
Please use
AsyncLookupFunctionProvider to implement asynchronous lookup
table. |
| DynamicTableSource |
Source of a dynamic table from an external storage system.
|
| DynamicTableSource.Context |
Base context for creating runtime implementation via a
ScanTableSource.ScanRuntimeProvider and LookupTableSource.LookupRuntimeProvider. |
| 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 |
Context for creating runtime implementation via a
LookupTableSource.LookupRuntimeProvider. |
| LookupTableSource.LookupRuntimeProvider |
Provides actual runtime implementation for reading the data.
|
| ScanTableSource |
A
DynamicTableSource that scans all rows from an external storage system during runtime. |
| ScanTableSource.ScanContext |
Context for creating runtime implementation via a
ScanTableSource.ScanRuntimeProvider. |
| ScanTableSource.ScanRuntimeProvider |
Provides actual runtime implementation for reading the data.
|
| SourceProvider |
Provider of a
Source instance as a runtime implementation for ScanTableSource. |
| TableFunctionProvider<T> | Deprecated
Please use
LookupFunctionProvider to implement synchronous lookup table. |
| Class | Description |
|---|---|
| DynamicFilteringData |
Data for dynamic filtering.
|
| DynamicFilteringEvent |
A source event to transport the
DynamicFilteringData for dynamic filtering purpose. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.