Interface ScanTableSource.ScanRuntimeProvider
-
- All Known Subinterfaces:
InputFormatProvider,SourceProvider,TransformationScanProvider
- Enclosing interface:
- ScanTableSource
@PublicEvolving public static interface ScanTableSource.ScanRuntimeProviderProvides actual runtime implementation for reading the data.There might exist different interfaces for runtime implementation which is why
ScanTableSource.ScanRuntimeProviderserves as the base interface. ConcreteScanTableSource.ScanRuntimeProviderinterfaces might be located in other Flink modules.SourceProvideris the recommended core interface.SourceFunctionProviderinflink-table-api-java-bridgeandInputFormatProviderare available for backwards compatibility.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisBounded()Returns whether the data is bounded or not.
-