Modifier and Type | Method and Description |
---|---|
FileIndexReader |
FileIndexer.createReader(SeekableInputStream inputStream,
int start,
int length) |
static FileIndexFormat.Reader |
FileIndexFormat.createReader(SeekableInputStream inputStream,
RowType fileRowType) |
Constructor and Description |
---|
FileIndexPredicate(SeekableInputStream inputStream,
RowType fileRowType) |
Reader(SeekableInputStream seekableInputStream,
RowType fileRowType) |
Modifier and Type | Method and Description |
---|---|
FileIndexReader |
BitmapFileIndex.createReader(SeekableInputStream seekableInputStream,
int start,
int length) |
Modifier and Type | Method and Description |
---|---|
FileIndexReader |
BloomFilterFileIndex.createReader(SeekableInputStream inputStream,
int start,
int length) |
Modifier and Type | Method and Description |
---|---|
FileIndexReader |
BitSliceIndexBitmapFileIndex.createReader(SeekableInputStream inputStream,
int start,
int length) |
Modifier and Type | Method and Description |
---|---|
SeekableInputStream |
FlinkFileIO.newInputStream(Path path) |
Constructor and Description |
---|
SeekableInputStreamWrapper(SeekableInputStream stream,
long len) |
Modifier and Type | Method and Description |
---|---|
SeekableInputStream |
FSDataWrappedInputStream.wrapped() |
Constructor and Description |
---|
FSDataWrappedInputStream(SeekableInputStream seekableInputStream) |
Modifier and Type | Method and Description |
---|---|
SeekableInputStream |
ParquetInputStream.in() |
Constructor and Description |
---|
ParquetInputStream(SeekableInputStream in) |
Modifier and Type | Class and Description |
---|---|
class |
ByteArraySeekableStream
Wrap byte buf to a seekable input stream.
|
class |
SeekableInputStreamWrapper
Wrap a
SeekableInputStream . |
Modifier and Type | Field and Description |
---|---|
protected SeekableInputStream |
SeekableInputStreamWrapper.in |
Modifier and Type | Method and Description |
---|---|
SeekableInputStream |
PluginFileIO.newInputStream(Path path) |
SeekableInputStream |
FileIO.newInputStream(Path path)
Opens an SeekableInputStream at the indicated Path.
|
Constructor and Description |
---|
SeekableInputStreamWrapper(SeekableInputStream in) |
Modifier and Type | Method and Description |
---|---|
SeekableInputStream |
HadoopFileIO.newInputStream(Path path) |
Modifier and Type | Class and Description |
---|---|
static class |
LocalFileIO.LocalSeekableInputStream
Local
SeekableInputStream . |
Modifier and Type | Method and Description |
---|---|
SeekableInputStream |
LocalFileIO.newInputStream(Path path) |
Modifier and Type | Method and Description |
---|---|
SeekableInputStream |
HadoopCompliantFileIO.newInputStream(Path path) |
Modifier and Type | Method and Description |
---|---|
SeekableInputStream |
HadoopCompliantFileIO.newInputStream(Path path) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.