T
- record type that the format produces or consumes.@PublicEvolving public interface DeserializationSchemaFactory<T> extends TableFormatFactory<T>
DeserializationSchema
.Modifier and Type | Method and Description |
---|---|
DeserializationSchema<T> |
createDeserializationSchema(Map<String,String> properties)
Creates and configures a
DeserializationSchema using the given properties. |
supportedProperties, supportsSchemaDerivation
requiredContext
DeserializationSchema<T> createDeserializationSchema(Map<String,String> properties)
DeserializationSchema
using the given properties.properties
- normalized properties describing the formatCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.