@Internal public abstract class AbstractRowDataSerializer<T extends org.apache.flink.table.data.RowData> extends PagedTypeSerializer<T>
| Constructor and Description |
|---|
AbstractRowDataSerializer() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getArity()
Get the number of fields.
|
abstract org.apache.flink.table.data.binary.BinaryRowData |
toBinaryRow(T rowData)
Convert a
RowData to a BinaryRowData. |
deserializeFromPages, deserializeFromPages, mapFromPages, serializeToPages, skipRecordFromPagespublic abstract int getArity()
public abstract org.apache.flink.table.data.binary.BinaryRowData toBinaryRow(T rowData) throws IOException
RowData to a BinaryRowData.IOExceptionCopyright © 2014–2025 The Apache Software Foundation. All rights reserved.