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, serializeToBytes
public IcebergManifestEntrySerializer(RowType partitionType)
public InternalRow toRow(IcebergManifestEntry entry)
ObjectSerializer
T
to InternalRow
.toRow
in class ObjectSerializer<IcebergManifestEntry>
public IcebergManifestEntry fromRow(InternalRow row)
ObjectSerializer
InternalRow
to T
.fromRow
in class ObjectSerializer<IcebergManifestEntry>
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.