public abstract class AbstractRowDataSerializer<T extends InternalRow> extends Object implements PagedTypeSerializer<T>
| Constructor and Description |
|---|
AbstractRowDataSerializer() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getArity()
Get the number of fields.
|
abstract BinaryRow |
toBinaryRow(T rowData)
Convert a
InternalRow to a BinaryRow. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeserializeFromPages, deserializeFromPages, mapFromPages, serializeToPages, skipRecordFromPagescopy, deserialize, deserializeFromString, duplicate, serialize, serializeToStringpublic abstract int getArity()
public abstract BinaryRow toBinaryRow(T rowData) throws IOException
InternalRow to a BinaryRow.IOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.