Interface ScanTableSource.ScanRuntimeProvider
-
- All Known Subinterfaces:
InputFormatProvider
,SourceProvider
- Enclosing interface:
- ScanTableSource
@PublicEvolving public static interface ScanTableSource.ScanRuntimeProvider
Provides actual runtime implementation for reading the data.There might exist different interfaces for runtime implementation which is why
ScanTableSource.ScanRuntimeProvider
serves as the base interface. ConcreteScanTableSource.ScanRuntimeProvider
interfaces might be located in other Flink modules.SourceProvider
is the recommended core interface.SourceFunctionProvider
inflink-table-api-java-bridge
andInputFormatProvider
are available for backwards compatibility.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isBounded()
Returns whether the data is bounded or not.
-