Package | Description |
---|---|
org.apache.paimon.data.serializer | |
org.apache.paimon.disk | |
org.apache.paimon.sort |
Modifier and Type | Class and Description |
---|---|
class |
BinaryRowSerializer
Serializer for
BinaryRow . |
class |
InternalRowSerializer
Serializer for
InternalRow . |
Modifier and Type | Method and Description |
---|---|
static RowBuffer |
RowBuffer.getBuffer(IOManager ioManager,
MemorySegmentPool memoryPool,
AbstractRowDataSerializer<InternalRow> serializer,
boolean spillable,
MemorySize maxDiskSize,
CompressOptions compression) |
Modifier and Type | Method and Description |
---|---|
static BinaryInMemorySortBuffer |
BinaryInMemorySortBuffer.createBuffer(NormalizedKeyComputer normalizedKeyComputer,
AbstractRowDataSerializer<InternalRow> serializer,
RecordComparator comparator,
MemorySegmentPool memoryPool)
Create a memory sorter in `insert` way.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.