| 程序包 | 说明 |
|---|---|
| org.apache.paimon.fileindex | |
| org.apache.paimon.format | |
| org.apache.paimon.fs | |
| org.apache.paimon.fs.hadoop | |
| org.apache.paimon.fs.local | |
| org.apache.paimon.utils |
| 构造器和说明 |
|---|
FileIndexPredicate(Path path,
FileIO fileIO,
RowType fileRowType) |
| 限定符和类型 | 方法和说明 |
|---|---|
FileIO |
FormatReaderContext.fileIO() |
FileIO |
FormatReaderFactory.Context.fileIO() |
| 限定符和类型 | 方法和说明 |
|---|---|
SimpleColStats[] |
SimpleStatsExtractor.extract(FileIO fileIO,
Path path) |
Pair<SimpleColStats[],SimpleStatsExtractor.FileInfo> |
SimpleStatsExtractor.extractWithFileInfo(FileIO fileIO,
Path path) |
| 构造器和说明 |
|---|
FormatReaderContext(FileIO fileIO,
Path file,
long fileSize) |
OrcFormatReaderContext(FileIO fileIO,
Path filePath,
long fileSize,
int poolSize) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PluginFileIO
A
FileIO for plugin jar. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract FileIO |
PluginFileIO.createFileIO(Path path) |
static FileIO |
FileIO.get(Path path,
CatalogContext config)
Returns a reference to the
FileIO instance for accessing the file system identified
by the given path. |
FileIO |
FileIOLoader.load(Path path) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
HadoopFileIO
Hadoop
FileIO. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
LocalFileIO
FileIO for local file. |
| 限定符和类型 | 方法和说明 |
|---|---|
static IntIterator |
IntFileUtils.readInts(FileIO fileIO,
Path path) |
static void |
IntFileUtils.writeInts(FileIO fileIO,
Path path,
IntIterator input) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.