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