Package org.apache.flink.formats.avro
Class AvroToRowDataConverters
- java.lang.Object
-
- org.apache.flink.formats.avro.AvroToRowDataConverters
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
AvroToRowDataConverters.AvroToRowDataConverter
Runtime converter that converts Avro data structures into objects of Flink Table & SQL internal data structures.
-
Constructor Summary
Constructors Constructor Description AvroToRowDataConverters()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AvroToRowDataConverters.AvroToRowDataConverter
createRowConverter(RowType rowType)
static AvroToRowDataConverters.AvroToRowDataConverter
createRowConverter(RowType rowType, boolean legacyTimestampMapping)
-
-
-
Method Detail
-
createRowConverter
public static AvroToRowDataConverters.AvroToRowDataConverter createRowConverter(RowType rowType)
-
createRowConverter
public static AvroToRowDataConverters.AvroToRowDataConverter createRowConverter(RowType rowType, boolean legacyTimestampMapping)
-
-