parquet.column_chunk_metadata

Module for [ColumnChunkMetadata] class

Types 3

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