| Interface | Description |
|---|---|
| InputFile |
InputFile is an interface with the methods needed by Parquet to read
data files using SeekableInputStream instances. |
| OutputFile |
OutputFile is an interface with the methods needed by Parquet to write
data files using PositionOutputStream instances. |
| Class | Description |
|---|---|
| DelegatingPositionOutputStream | |
| DelegatingSeekableInputStream |
Implements read methods required by
SeekableInputStream for generic input streams. |
| LocalInputFile |
LocalInputFile is an implementation needed by Parquet to read
from local data files using SeekableInputStream instances. |
| LocalOutputFile |
LocalOutputFile is an implementation needed by Parquet to write
to local data files using PositionOutputStream instances. |
| ParquetFileRange |
Class to define a file range for a parquet file and to
hold future data for any ongoing read for that range.
|
| PositionOutputStream |
PositionOutputStream is an interface with the methods needed by
Parquet to write data to a file or Hadoop data stream. |
| SeekableInputStream |
SeekableInputStream is an interface with the methods needed by
Parquet to read data from a file or Hadoop data stream. |
Copyright © 2023 The Apache Software Foundation. All rights reserved.