| Package | Description |
|---|---|
| org.apache.paimon.codegen | |
| org.apache.paimon.sort |
| Modifier and Type | Method and Description |
|---|---|
static NormalizedKeyComputer |
CodeGenUtils.newNormalizedKeyComputer(List<DataType> inputTypes,
int[] sortFields) |
| Modifier and Type | Method and Description |
|---|---|
GeneratedClass<NormalizedKeyComputer> |
CodeGeneratorImpl.generateNormalizedKeyComputer(List<DataType> inputTypes,
int[] sortFields) |
GeneratedClass<NormalizedKeyComputer> |
CodeGenerator.generateNormalizedKeyComputer(List<DataType> inputTypes,
int[] sortFields)
Generate a
NormalizedKeyComputer. |
| 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.
|
| Constructor and Description |
|---|
BinaryIndexedSortable(NormalizedKeyComputer normalizedKeyComputer,
BinaryRowSerializer serializer,
RecordComparator comparator,
ArrayList<MemorySegment> recordBufferSegments,
MemorySegmentPool memorySegmentPool) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.