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