Uses of Interface
dev.hardwood.row.PqDoubleList
Packages that use PqDoubleList
Package
Description
Parquet file readers with row-oriented and column-oriented APIs.
Value types for nested Parquet structures accessed through
RowReader.-
Uses of PqDoubleList in dev.hardwood.reader
Methods in dev.hardwood.reader that return PqDoubleListModifier and TypeMethodDescriptionRowReader.getListOfDoubles(int fieldIndex) Get a DOUBLE list field by field index. -
Uses of PqDoubleList in dev.hardwood.row
Methods in dev.hardwood.row that return PqDoubleListModifier and TypeMethodDescriptionStructAccessor.getListOfDoubles(String name) Get a DOUBLE list field by name.Methods in dev.hardwood.row that return types with arguments of type PqDoubleListModifier and TypeMethodDescriptionPqList.doubleLists()Iterate over elements as nested double lists.