Uses of Interface
org.apache.flink.table.connector.format.DecodingFormat
Packages that use DecodingFormat
-
Uses of DecodingFormat in org.apache.flink.table.connector.format
Subinterfaces of DecodingFormat in org.apache.flink.table.connector.formatModifier and TypeInterfaceDescriptioninterfaceExtension ofDecodingFormatwhich is able to produce projected rows. -
Uses of DecodingFormat in org.apache.flink.table.factories
Methods in org.apache.flink.table.factories that return DecodingFormatModifier and TypeMethodDescriptionDecodingFormatFactory.createDecodingFormat(DynamicTableFactory.Context context, org.apache.flink.configuration.ReadableConfig formatOptions) Creates a format from the given context and format options.<I,F extends DecodingFormatFactory<I>>
DecodingFormat<I>FactoryUtil.TableFactoryHelper.discoverDecodingFormat(Class<F> formatFactoryClass, org.apache.flink.configuration.ConfigOption<String> formatOption) Discovers aDecodingFormatof the given type using the given option as factory identifier.Methods in org.apache.flink.table.factories that return types with arguments of type DecodingFormatModifier and TypeMethodDescription<I,F extends DecodingFormatFactory<I>>
Optional<DecodingFormat<I>>FactoryUtil.TableFactoryHelper.discoverOptionalDecodingFormat(Class<F> formatFactoryClass, org.apache.flink.configuration.ConfigOption<String> formatOption) Discovers aDecodingFormatof the given type using the given option (if present) as factory identifier.