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, wait
deserializeFromPages, deserializeFromPages, mapFromPages, serializeToPages, skipRecordFromPages
copy, deserialize, deserializeFromString, duplicate, serialize, serializeToString
public abstract int getArity()
public abstract BinaryRow toBinaryRow(T rowData) throws IOException
InternalRow
to a BinaryRow
.IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.