| 程序包 | 说明 |
|---|---|
| org.apache.paimon.data | |
| org.apache.paimon.data.serializer |
| 限定符和类型 | 类和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
BinaryRowSerializer.serializeToPages(BinaryRow record,
AbstractPagedOutputView headerLessView) |
int |
InternalRowSerializer.serializeToPages(InternalRow row,
AbstractPagedOutputView target) |
int |
PagedTypeSerializer.serializeToPages(T record,
AbstractPagedOutputView target)
Serializes the given record to the given target paged output view.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.