| 限定符和类型 | 方法和说明 |
|---|---|
FileIndexReader |
FileIndexer.createReader(SeekableInputStream inputStream,
int start,
int length) |
static FileIndexFormat.Reader |
FileIndexFormat.createReader(SeekableInputStream inputStream,
RowType fileRowType) |
| 构造器和说明 |
|---|
FileIndexPredicate(SeekableInputStream inputStream,
RowType fileRowType) |
Reader(SeekableInputStream seekableInputStream,
RowType fileRowType) |
| 限定符和类型 | 方法和说明 |
|---|---|
FileIndexReader |
BitmapFileIndex.createReader(SeekableInputStream seekableInputStream,
int start,
int length) |
| 限定符和类型 | 方法和说明 |
|---|---|
FileIndexReader |
BloomFilterFileIndex.createReader(SeekableInputStream inputStream,
int start,
int length) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ByteArraySeekableStream
Wrap byte buf to a seekable input stream.
|
class |
SeekableInputStreamWrapper
Wrap a
SeekableInputStream. |
| 限定符和类型 | 字段和说明 |
|---|---|
protected SeekableInputStream |
SeekableInputStreamWrapper.in |
| 限定符和类型 | 方法和说明 |
|---|---|
SeekableInputStream |
FileIO.newInputStream(Path path)
Opens an SeekableInputStream at the indicated Path.
|
SeekableInputStream |
PluginFileIO.newInputStream(Path path) |
| 构造器和说明 |
|---|
SeekableInputStreamWrapper(SeekableInputStream in) |
| 限定符和类型 | 方法和说明 |
|---|---|
SeekableInputStream |
HadoopFileIO.newInputStream(Path path) |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
LocalFileIO.LocalSeekableInputStream
Local
SeekableInputStream. |
| 限定符和类型 | 方法和说明 |
|---|---|
SeekableInputStream |
LocalFileIO.newInputStream(Path path) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.