@Internal public class AvroToRowDataConverters extends Object
GenericRecord to RowData. *| Modifier and Type | Class and Description |
|---|---|
static interface |
AvroToRowDataConverters.AvroToRowDataConverter
Runtime converter that converts Avro data structures into objects of Flink Table & SQL
internal data structures.
|
| Constructor and Description |
|---|
AvroToRowDataConverters() |
| Modifier and Type | Method and Description |
|---|---|
static AvroToRowDataConverters.AvroToRowDataConverter |
createRowConverter(org.apache.flink.table.types.logical.RowType rowType) |
static AvroToRowDataConverters.AvroToRowDataConverter |
createRowConverter(org.apache.flink.table.types.logical.RowType rowType,
boolean legacyTimestampMapping) |
public static AvroToRowDataConverters.AvroToRowDataConverter createRowConverter(org.apache.flink.table.types.logical.RowType rowType)
public static AvroToRowDataConverters.AvroToRowDataConverter createRowConverter(org.apache.flink.table.types.logical.RowType rowType, boolean legacyTimestampMapping)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.