| 程序包 | 说明 |
|---|---|
| org.apache.flink.formats.avro |
| 限定符和类型 | 方法和说明 |
|---|---|
static RowDataToAvroConverters.RowDataToAvroConverter |
RowDataToAvroConverters.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.
|
| 构造器和说明 |
|---|
AvroRowDataSerializationSchema(org.apache.flink.table.types.logical.RowType rowType,
org.apache.flink.api.common.serialization.SerializationSchema<org.apache.avro.generic.GenericRecord> nestedSchema,
RowDataToAvroConverters.RowDataToAvroConverter runtimeConverter)
Creates an Avro serialization schema with the given record row type, nested schema and
runtime converters.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.