Uses of Interface
dev.hardwood.row.StructAccessor
Packages that use StructAccessor
Package
Description
Parquet file readers with row-oriented and column-oriented APIs.
Value types for nested Parquet structures accessed through
RowReader.-
Uses of StructAccessor in dev.hardwood.reader
Subinterfaces of StructAccessor in dev.hardwood.readerModifier and TypeInterfaceDescriptioninterfaceProvides row-oriented iteration over a Parquet file.Classes in dev.hardwood.reader that implement StructAccessorModifier and TypeClassDescriptionclassA RowReader that reads across multiple Parquet files with automatic file prefetching. -
Uses of StructAccessor in dev.hardwood.row
Subinterfaces of StructAccessor in dev.hardwood.rowModifier and TypeInterfaceDescriptioninterfaceType-safe struct interface for reading nested Parquet data.