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(RowType rowType) |
static AvroToRowDataConverters.AvroToRowDataConverter |
createRowConverter(RowType rowType,
boolean legacyTimestampMapping) |
public static AvroToRowDataConverters.AvroToRowDataConverter createRowConverter(RowType rowType)
public static AvroToRowDataConverters.AvroToRowDataConverter createRowConverter(RowType rowType, boolean legacyTimestampMapping)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.