Uses of Interface
org.apache.flink.formats.avro.AvroToRowDataConverters.AvroToRowDataConverter
-
Packages that use AvroToRowDataConverters.AvroToRowDataConverter Package Description org.apache.flink.formats.avro -
-
Uses of AvroToRowDataConverters.AvroToRowDataConverter in org.apache.flink.formats.avro
Methods in org.apache.flink.formats.avro that return AvroToRowDataConverters.AvroToRowDataConverter Modifier and Type Method Description static AvroToRowDataConverters.AvroToRowDataConverter
AvroToRowDataConverters. createRowConverter(RowType rowType)
static AvroToRowDataConverters.AvroToRowDataConverter
AvroToRowDataConverters. createRowConverter(RowType rowType, boolean legacyTimestampMapping)
Constructors in org.apache.flink.formats.avro with parameters of type AvroToRowDataConverters.AvroToRowDataConverter Constructor Description AvroRowDataDeserializationSchema(DeserializationSchema<org.apache.avro.generic.GenericRecord> nestedSchema, AvroToRowDataConverters.AvroToRowDataConverter runtimeConverter, TypeInformation<RowData> typeInfo)
Creates a Avro deserialization schema for the given logical type.
-