@Internal public class RowDataToCsvConverters extends Object implements Serializable
RowData
to CSV-format JsonNode
. *Modifier and Type | Class and Description |
---|---|
static interface |
RowDataToCsvConverters.RowDataToCsvConverter
Runtime converter that converts objects of Flink Table & SQL internal data structures to
corresponding
JsonNode s. |
Constructor and Description |
---|
RowDataToCsvConverters() |
Modifier and Type | Method and Description |
---|---|
static RowDataToCsvConverters.RowDataToCsvConverter |
createRowConverter(RowType type) |
public static RowDataToCsvConverters.RowDataToCsvConverter createRowConverter(RowType type)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.