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