public class IcebergManifestEntrySerializer extends ObjectSerializer<IcebergManifestEntry>
IcebergManifestEntry.rowSerializer| Constructor and Description |
|---|
IcebergManifestEntrySerializer(RowType partitionType) |
| Modifier and Type | Method and Description |
|---|---|
IcebergManifestEntry |
fromRow(InternalRow row)
Convert a
InternalRow to T. |
InternalRow |
toRow(IcebergManifestEntry entry)
Convert a
T to InternalRow. |
deserialize, deserializeFromBytes, deserializeList, deserializeList, fieldTypes, numFields, serialize, serializeList, serializeList, serializeToBytespublic IcebergManifestEntrySerializer(RowType partitionType)
public InternalRow toRow(IcebergManifestEntry entry)
ObjectSerializerT to InternalRow.toRow in class ObjectSerializer<IcebergManifestEntry>public IcebergManifestEntry fromRow(InternalRow row)
ObjectSerializerInternalRow to T.fromRow in class ObjectSerializer<IcebergManifestEntry>Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.