Package | Description |
---|---|
org.apache.paimon.lookup.sort | |
org.apache.paimon.memory |
Modifier and Type | Field and Description |
---|---|
protected MemorySliceInput |
BlockIterator.data |
Modifier and Type | Method and Description |
---|---|
static BlockHandle |
BlockHandle.readBlockHandle(MemorySliceInput sliceInput) |
static BlockTrailer |
BlockTrailer.readBlockTrailer(MemorySliceInput input) |
static Footer |
Footer.readFooter(MemorySliceInput sliceInput) |
Constructor and Description |
---|
BlockIterator(MemorySliceInput data,
int recordCount,
Comparator<MemorySlice> comparator) |
Modifier and Type | Method and Description |
---|---|
MemorySliceInput |
MemorySlice.toInput() |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.