Package dev.hardwood.row


package dev.hardwood.row

Value types for nested Parquet structures accessed through RowReader.

PqStruct provides typed access to struct fields. PqList, PqIntList, PqLongList, and PqDoubleList represent list columns with primitive specializations to avoid boxing. PqMap represents map columns.

  • Interfaces
    Class
    Description
    Specialized list interface for DOUBLE values.
    Specialized list interface for INT32 values.
    Type-safe list interface for reading Parquet list values.
    Specialized list interface for INT64 values.
    Type-safe interface for accessing Parquet MAP values.
    A single key-value entry in a map.
    Type-safe struct interface for reading nested Parquet data.
    Common interface for name-based field access, shared by both top-level row readers and nested struct values.