Package org.apache.flink.table.factories
Interface DeserializationFormatFactory
-
- All Superinterfaces:
DecodingFormatFactory<org.apache.flink.api.common.serialization.DeserializationSchema<RowData>>,Factory,FormatFactory
@PublicEvolving public interface DeserializationFormatFactory extends DecodingFormatFactory<org.apache.flink.api.common.serialization.DeserializationSchema<RowData>>
Factory for creating aDecodingFormatforDeserializationSchema.
-
-
Method Summary
-
Methods inherited from interface org.apache.flink.table.factories.DecodingFormatFactory
createDecodingFormat
-
Methods inherited from interface org.apache.flink.table.factories.Factory
factoryIdentifier, optionalOptions, requiredOptions
-
Methods inherited from interface org.apache.flink.table.factories.FormatFactory
forwardOptions
-
-