All Classes and Interfaces

Class
Description
 
 
 
 
 
 
 
 
 
 
 
 
 
 
CarpetReader wraps the creation of CarpetParquetReader CarpetReader is an Iterable and Streamable class that can be used to read a Parquet file and iterate over its records.
Experimental utility class.
 
 
A Parquet file writer for writing java records of type T to a file or output stream.
 
 
 
 
 
 
 
 
In comparison to the default implementation provided by Apache Parquet HadoopInputFile, this implementation is specific to reading Parquet files from the file system, whereas Apache Parquet provides a more generic implementation that allows reading Parquet files from any data source, not just the file system.
Class for writing to a file on the file system using the Parquet output file interface.
 
 
 
 
 
 
Class for writing to an OutputStream using the Parquet output file interface.