parquet.row_group_metadata

Module for [RowGroupMetadata] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
RowGroupMetadata self() nothrowReturns `this`, for use in `with` statements.
RowGroupMetadataGidBuilder builder() static nothrowGet builder for [parquet.row_group_metadata.RowGroupMetadata] Returns: New builder object
bool canDecompress() nothrow
long getFileOffset() nothrow
int getNColumns() nothrow
long getNRows() nothrow
long getTotalCompressedSize() nothrow
long getTotalSize() nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for parquet.row_group_metadata.RowGroupMetadata

Methods
T metadata(void * propval) nothrow