Package | Description |
---|---|
org.apache.paimon.index | |
org.apache.paimon.utils |
Modifier and Type | Method and Description |
---|---|
IntIterator |
HashIndexFile.read(String fileName) |
IntIterator |
IndexFileHandler.readHashIndex(IndexFileMeta file) |
Modifier and Type | Method and Description |
---|---|
String |
HashIndexFile.write(IntIterator input) |
IndexFileMeta |
IndexFileHandler.writeHashIndex(int size,
IntIterator iterator) |
Modifier and Type | Method and Description |
---|---|
static IntIterator |
IntIterator.create(int[] ints) |
static IntIterator |
IntFileUtils.readInts(FileIO fileIO,
Path path) |
IntIterator |
IntHashSet.toIntIterator() |
Modifier and Type | Method and Description |
---|---|
static List<Integer> |
IntIterator.toIntList(IntIterator input) |
static int[] |
IntIterator.toInts(IntIterator input) |
static void |
IntFileUtils.writeInts(FileIO fileIO,
Path path,
IntIterator input) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.