@Internal public class JsonToRowDataConverters extends Object implements Serializable
JsonNode to RowData. *| Modifier and Type | Class and Description |
|---|---|
static interface |
JsonToRowDataConverters.JsonToRowDataConverter
Runtime converter that converts
JsonNodes into objects of Flink Table & SQL internal
data structures. |
| Constructor and Description |
|---|
JsonToRowDataConverters(boolean failOnMissingField,
boolean ignoreParseErrors,
org.apache.flink.formats.common.TimestampFormat timestampFormat) |
| Modifier and Type | Method and Description |
|---|---|
JsonToRowDataConverters.JsonToRowDataConverter |
createConverter(org.apache.flink.table.types.logical.LogicalType type)
Creates a runtime converter which is null safe.
|
JsonToRowDataConverters.JsonToRowDataConverter |
createRowConverter(org.apache.flink.table.types.logical.RowType rowType) |
public JsonToRowDataConverters(boolean failOnMissingField,
boolean ignoreParseErrors,
org.apache.flink.formats.common.TimestampFormat timestampFormat)
public JsonToRowDataConverters.JsonToRowDataConverter createConverter(org.apache.flink.table.types.logical.LogicalType type)
public JsonToRowDataConverters.JsonToRowDataConverter createRowConverter(org.apache.flink.table.types.logical.RowType rowType)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.