Uses of Interface
org.apache.flink.formats.avro.RowDataToAvroConverters.RowDataToAvroConverter
Packages that use RowDataToAvroConverters.RowDataToAvroConverter
-
Uses of RowDataToAvroConverters.RowDataToAvroConverter in org.apache.flink.formats.avro
Methods in org.apache.flink.formats.avro that return RowDataToAvroConverters.RowDataToAvroConverterModifier and TypeMethodDescriptionRowDataToAvroConverters.createConverter(org.apache.flink.table.types.logical.LogicalType type) Creates a runtime converter according to the given logical type that converts objects of Flink Table & SQL internal data structures to corresponding Avro data structures.RowDataToAvroConverters.createConverter(org.apache.flink.table.types.logical.LogicalType type, boolean legacyTimestampMapping) Constructors in org.apache.flink.formats.avro with parameters of type RowDataToAvroConverters.RowDataToAvroConverterModifierConstructorDescriptionAvroRowDataSerializationSchema(org.apache.flink.table.types.logical.RowType rowType, org.apache.flink.api.common.serialization.SerializationSchema<org.apache.avro.generic.GenericRecord> nestedSchema, RowDataToAvroConverters.RowDataToAvroConverter runtimeConverter) Creates an Avro serialization schema with the given record row type, nested schema and runtime converters.