Uses of Interface
org.apache.flink.table.connector.source.InputFormatProvider
Packages that use InputFormatProvider
-
Uses of InputFormatProvider in org.apache.flink.table.connector.source
Methods in org.apache.flink.table.connector.source that return InputFormatProviderModifier and TypeMethodDescriptionstatic InputFormatProviderHelper 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.