@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
JsonNodes. |
| Constructor and Description |
|---|
RowDataToJsonConverters(org.apache.flink.formats.common.TimestampFormat timestampFormat,
JsonFormatOptions.MapNullKeyMode mapNullKeyMode,
String mapNullKeyLiteral,
boolean ignoreNullFields) |
| Modifier and Type | Method and Description |
|---|---|
RowDataToJsonConverters.RowDataToJsonConverter |
createConverter(org.apache.flink.table.types.logical.LogicalType type)
Creates a runtime converter which is null safe.
|
public RowDataToJsonConverters(org.apache.flink.formats.common.TimestampFormat timestampFormat,
JsonFormatOptions.MapNullKeyMode mapNullKeyMode,
String mapNullKeyLiteral,
boolean ignoreNullFields)
public RowDataToJsonConverters.RowDataToJsonConverter createConverter(org.apache.flink.table.types.logical.LogicalType type)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.