Package | Description |
---|---|
org.apache.flink.formats.avro |
Modifier and Type | Method and Description |
---|---|
static AvroToRowDataConverters.AvroToRowDataConverter |
AvroToRowDataConverters.createRowConverter(RowType rowType) |
static AvroToRowDataConverters.AvroToRowDataConverter |
AvroToRowDataConverters.createRowConverter(RowType rowType,
boolean legacyTimestampMapping) |
Constructor and 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.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.