Uses of Package
dev.hardwood

Packages that use dev.hardwood
Package
Description
Core entry points for reading Parquet files.
Parquet file readers with row-oriented and column-oriented APIs.
Amazon S3 backend for reading Parquet files from object storage.
Parquet file writer, with a columnar and a row-oriented API over one core.
  • Classes in dev.hardwood used by dev.hardwood
    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.
  • Class
    Description
    Marks a public API as experimental.
    Context object that manages shared resources for Parquet file reading.
    Abstraction for reading 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.
  • Classes in dev.hardwood used by dev.hardwood.s3
    Class
    Description
    Abstraction for reading Parquet file data.
  • Class
    Description
    Marks a public API as experimental.
    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.