@Internal public class RowDataToAvroConverters extends Object
RowData to Avro GenericRecord.
NOTE: reference from Flink release 1.12.0, should remove when Flink version upgrade to that.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RowDataToAvroConverters.RowDataToAvroConverter
Runtime converter that converts objects of Flink Table & SQL internal data structures to
corresponding Avro data structures.
|
| Constructor and Description |
|---|
RowDataToAvroConverters() |
| Modifier and Type | Method and Description |
|---|---|
static RowDataToAvroConverters.RowDataToAvroConverter |
createConverter(org.apache.flink.table.types.logical.LogicalType type)
Creates a runtime converter according to the given logical type that converts objects of
Flink Table & SQL internal data structures to corresponding Avro data structures.
|
public static RowDataToAvroConverters.RowDataToAvroConverter createConverter(org.apache.flink.table.types.logical.LogicalType type)
Copyright © 2022 The Apache Software Foundation. All rights reserved.