Package | Description |
---|---|
org.apache.paimon.data.serializer | |
org.apache.paimon.disk | |
org.apache.paimon.sort |
Modifier and Type | Method and Description |
---|---|
BinaryRowSerializer |
BinaryRowSerializer.duplicate() |
Modifier and Type | Method and Description |
---|---|
MutableObjectIterator<BinaryRow> |
ChannelReaderInputView.createBinaryRowIterator(BinaryRowSerializer serializer) |
Constructor and Description |
---|
ChannelReaderInputViewIterator(ChannelReaderInputView inView,
List<MemorySegment> freeMemTarget,
BinaryRowSerializer accessors) |
Modifier and Type | Field and Description |
---|---|
protected BinaryRowSerializer |
BinaryIndexedSortable.serializer |
protected BinaryRowSerializer |
BinaryIndexedSortable.serializer1 |
Constructor and Description |
---|
BinaryExternalMerger(IOManager ioManager,
int pageSize,
int maxFanIn,
SpillChannelManager channelManager,
BinaryRowSerializer serializer,
RecordComparator comparator,
BlockCompressionFactory compressionCodecFactory,
int compressionBlockSize) |
BinaryExternalSortBuffer(BinaryRowSerializer serializer,
RecordComparator comparator,
int pageSize,
BinaryInMemorySortBuffer inMemorySortBuffer,
IOManager ioManager,
int maxNumFileHandles,
CompressOptions compression,
MemorySize maxDiskSize) |
BinaryIndexedSortable(NormalizedKeyComputer normalizedKeyComputer,
BinaryRowSerializer serializer,
RecordComparator comparator,
ArrayList<MemorySegment> recordBufferSegments,
MemorySegmentPool memorySegmentPool) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.