@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
JsonNode s into objects of Flink Table & SQL internal
data structures. |
Constructor and Description |
---|
JsonToRowDataConverters(boolean failOnMissingField,
boolean ignoreParseErrors,
TimestampFormat timestampFormat) |
Modifier and Type | Method and Description |
---|---|
JsonToRowDataConverters.JsonToRowDataConverter |
createConverter(LogicalType type)
Creates a runtime converter which is null safe.
|
JsonToRowDataConverters.JsonToRowDataConverter |
createRowConverter(RowType rowType) |
public JsonToRowDataConverters(boolean failOnMissingField, boolean ignoreParseErrors, TimestampFormat timestampFormat)
public JsonToRowDataConverters.JsonToRowDataConverter createConverter(LogicalType type)
public JsonToRowDataConverters.JsonToRowDataConverter createRowConverter(RowType rowType)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.