| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.hashtable | |
| org.apache.flink.table.runtime.operators.aggregate | |
| org.apache.flink.table.runtime.operators.sort |
| 限定符和类型 | 类和说明 |
|---|---|
class |
BaseHybridHashTable
Base table for
LongHybridHashTable and BinaryHashTable. |
class |
BinaryHashTable
An implementation of a Hybrid Hash Join.
|
class |
LongHybridHashTable
Special optimized hashTable with key long.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BytesHashMapSpillMemorySegmentPool
MemorySegmentPool for
BytesHashMap to fall back to sort agg. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ListMemorySegmentPool
MemorySegment pool of a MemorySegment list.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected MemorySegmentPool |
BinaryIndexedSortable.memorySegmentPool |
| 限定符和类型 | 方法和说明 |
|---|---|
static BinaryKVInMemorySortBuffer |
BinaryKVInMemorySortBuffer.createBuffer(NormalizedKeyComputer normalizedKeyComputer,
BinaryRowSerializer keySerializer,
BinaryRowSerializer valueSerializer,
RecordComparator comparator,
ArrayList<org.apache.flink.core.memory.MemorySegment> recordBufferSegments,
long numElements,
MemorySegmentPool pool) |
void |
BufferedKVExternalSorter.sortAndSpill(ArrayList<org.apache.flink.core.memory.MemorySegment> recordBufferSegments,
long numElements,
MemorySegmentPool pool) |
| 构造器和说明 |
|---|
BinaryIndexedSortable(NormalizedKeyComputer normalizedKeyComputer,
BinaryRowSerializer serializer,
RecordComparator comparator,
ArrayList<org.apache.flink.core.memory.MemorySegment> recordBufferSegments,
MemorySegmentPool memorySegmentPool) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.