| 程序包 | 说明 |
|---|---|
| org.apache.paimon.format | |
| org.apache.paimon.fs | |
| org.apache.paimon.fs.hadoop | |
| org.apache.paimon.fs.local | |
| org.apache.paimon.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
RecordReader<InternalRow> |
FormatReaderFactory.createReader(FileIO fileIO,
Path file) |
FieldStats[] |
TableStatsExtractor.extract(FileIO fileIO,
Path path) |
| 限定符和类型 | 类和说明 |
|---|---|
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 The Apache Software Foundation. All rights reserved.