Uses of Record Class
dev.hardwood.metadata.ColumnChunk
Packages that use ColumnChunk
Package
Description
Low-level Parquet file metadata types that mirror the Thrift definitions.
-
Uses of ColumnChunk in dev.hardwood.metadata
Methods in dev.hardwood.metadata that return types with arguments of type ColumnChunkModifier and TypeMethodDescriptionRowGroup.columns()Returns the value of thecolumnsrecord component.Constructor parameters in dev.hardwood.metadata with type arguments of type ColumnChunkModifierConstructorDescriptionRowGroup(List<ColumnChunk> columns, long totalByteSize, long numRows) Creates an instance of aRowGrouprecord class.