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(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.
|
static RowDataToAvroConverters.RowDataToAvroConverter |
createConverter(LogicalType type,
boolean legacyTimestampMapping) |
public static RowDataToAvroConverters.RowDataToAvroConverter createConverter(LogicalType type)
public static RowDataToAvroConverters.RowDataToAvroConverter createConverter(LogicalType type, boolean legacyTimestampMapping)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.