| 程序包 | 说明 |
|---|---|
| org.apache.paimon.data | |
| org.apache.paimon.data.serializer | |
| org.apache.paimon.io |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractPagedOutputView
The base class for all output views that are backed by multiple memory pages.
|
class |
RandomAccessOutputView
A
AbstractPagedOutputView with memory segments. |
class |
SimpleCollectingOutputView
The list with the full segments contains at any point all completely full segments, plus the
segment that is currently filled.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
BinaryRowSerializer.serializeWithoutLengthSlow(BinaryRow record,
MemorySegmentWritable out) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DataOutputSerializer
A simple and efficient serializer for the
DataOutput interface. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.