Package dev.hardwood


package dev.hardwood

Core entry points for reading Parquet files.

Hardwood manages a shared thread pool for multi-file scenarios. InputFile abstracts the storage backend (local files, S3, in-memory). For single-file reading, use ParquetFileReader directly.

  • Class
    Description
    Marks a public API as experimental.
    Entry point for reading Parquet files with a shared thread pool.
    Context object that manages shared resources for Parquet file reading.
    Abstraction for reading Parquet file data.
    Abstraction for writing Parquet file data.
    Per-item nullability over a run of items, shared by the reader and the writer: the reader returns it (a column-reader leaf or STRUCT / REPEATED layer scope), and the writer accepts it as a column's null mask.