@Internal public class RowDataToJsonConverters extends Object implements Serializable
RowData
to JsonNode
. *Modifier and Type | Class and Description |
---|---|
static interface |
RowDataToJsonConverters.RowDataToJsonConverter
Runtime converter that converts objects of Flink Table & SQL internal data structures to
corresponding
JsonNode s. |
Constructor and Description |
---|
RowDataToJsonConverters(TimestampFormat timestampFormat,
JsonFormatOptions.MapNullKeyMode mapNullKeyMode,
String mapNullKeyLiteral) |
Modifier and Type | Method and Description |
---|---|
RowDataToJsonConverters.RowDataToJsonConverter |
createConverter(LogicalType type)
Creates a runtime converter which is null safe.
|
public RowDataToJsonConverters(TimestampFormat timestampFormat, JsonFormatOptions.MapNullKeyMode mapNullKeyMode, String mapNullKeyLiteral)
public RowDataToJsonConverters.RowDataToJsonConverter createConverter(LogicalType type)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.