@PublicEvolving public final class CsvRowDataSerializationSchema extends Object implements org.apache.flink.api.common.serialization.SerializationSchema<org.apache.flink.table.data.RowData>
Serializes the input row into a JsonNode and converts it into byte[].
Result byte[] messages can be deserialized using CsvRowDataDeserializationSchema.
| Modifier and Type | Class and Description |
|---|---|
static class |
CsvRowDataSerializationSchema.Builder
A builder for creating a
CsvRowDataSerializationSchema. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
byte[] |
serialize(org.apache.flink.table.data.RowData row) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.