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