| Package | Description |
|---|---|
| org.apache.parquet.io |
| Class and 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. |
| 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.