Interface InputFormatProvider
-
- All Superinterfaces:
ScanTableSource.ScanRuntimeProvider
@PublicEvolving public interface InputFormatProvider extends ScanTableSource.ScanRuntimeProvider
Provider of anInputFormatinstance as a runtime implementation forScanTableSource.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.api.common.io.InputFormat<RowData,?>createInputFormat()Creates anInputFormatinstance.static InputFormatProviderof(org.apache.flink.api.common.io.InputFormat<RowData,?> inputFormat)Helper method for creating a static provider.-
Methods inherited from interface org.apache.flink.table.connector.source.ScanTableSource.ScanRuntimeProvider
isBounded
-
-
-
-
Method Detail
-
of
static InputFormatProvider of(org.apache.flink.api.common.io.InputFormat<RowData,?> inputFormat)
Helper method for creating a static provider.
-
createInputFormat
org.apache.flink.api.common.io.InputFormat<RowData,?> createInputFormat()
Creates anInputFormatinstance.
-
-