@FunctionalInterface public static interface JsonParserToRowDataConverters.JsonParserToRowDataConverter extends Serializable
JsonParser
s into objects of Flink Table & SQL
internal data structures. Unlike JsonToRowDataConverters.JsonToRowDataConverter
, this
interface also supports projection pushdown of nested fields.Modifier and Type | Method and Description |
---|---|
Object |
convert(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParser jsonParser) |
Object convert(org.apache.flink.shaded.jackson2.com.fasterxml.jackson.core.JsonParser jsonParser) throws IOException
IOException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.