Uses of Interface
org.apache.flink.table.connector.source.InputFormatProvider
-
Packages that use InputFormatProvider Package Description org.apache.flink.table.connector.source -
-
Uses of InputFormatProvider in org.apache.flink.table.connector.source
Methods in org.apache.flink.table.connector.source that return InputFormatProvider Modifier and Type Method Description static InputFormatProviderInputFormatProvider. of(org.apache.flink.api.common.io.InputFormat<RowData,?> inputFormat)Helper method for creating a static provider.static InputFormatProviderInputFormatProvider. of(org.apache.flink.api.common.io.InputFormat<RowData,?> inputFormat, Integer sourceParallelism)Helper method for creating a static provider with a provided source parallelism.
-