Uses of Package
dev.hardwood.row

Packages that use dev.hardwood.row
Package
Description
Parquet file readers with row-oriented and column-oriented APIs.
Value types for nested Parquet structures accessed through RowReader.
  • Class
    Description
    Common interface for name-based access to fields whose values are primitives, Variants, or absent.
    Specialized list interface for DOUBLE values.
    Value type for the Parquet INTERVAL logical type.
    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.
    Type-safe struct interface for reading nested Parquet data.
    Parquet-struct access interface.
  • Class
    Description
    Common interface for name-based access to fields whose values are primitives, Variants, or absent.
    Specialized list interface for DOUBLE values.
    Value type for the Parquet INTERVAL logical type.
    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.
    Variant value — the top-level accessor for a Parquet column annotated with the VARIANT logical type.
    Indexed view of a Variant ARRAY value.
    Name-based view of a Variant OBJECT value.
    Parquet-struct access interface.
    Logical type of a Variant value, as carried in the Variant binary encoding's value header.
    Thrown when a Variant accessor is called on a value whose tagged type does not match what the accessor expects — for example, calling PqVariant.asInt() on a Variant holding a STRING.