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.-
Classes in dev.hardwood.row used by dev.hardwood.readerClassDescriptionCommon 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
INTERVALlogical 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. -
Classes in dev.hardwood.row used by dev.hardwood.rowClassDescriptionCommon 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
INTERVALlogical 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 theVARIANTlogical type.Indexed view of a VariantARRAYvalue.Name-based view of a VariantOBJECTvalue.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, callingPqVariant.asInt()on a Variant holding a STRING.