Interface ScanTableSource.ScanContext
-
- All Superinterfaces:
DynamicTableSource.Context
- All Known Implementing Classes:
ScanRuntimeProviderContext
- Enclosing interface:
- ScanTableSource
@PublicEvolving public static interface ScanTableSource.ScanContext extends DynamicTableSource.Context
Context for creating runtime implementation via aScanTableSource.ScanRuntimeProvider
.It offers utilities by the planner for creating runtime implementation with minimal dependencies to internal data structures.
Methods should be called in
ScanTableSource.getScanRuntimeProvider(ScanContext)
. The returned instances areSerializable
and can be directly passed into the runtime implementation class.
-
-
Method Summary
-
Methods inherited from interface org.apache.flink.table.connector.source.DynamicTableSource.Context
createDataStructureConverter, createTypeInformation, createTypeInformation
-
-