parquet.file_metadata

Module for [FileMetadata] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
FileMetadata self() nothrowReturns `this`, for use in `with` statements.
FileMetadataGidBuilder builder() static nothrowGet builder for [parquet.file_metadata.FileMetadata] Returns: New builder object
bool canDecompress() nothrow
bool equal(parquet.file_metadata.FileMetadata otherMetadata) nothrow
string getCreatedBy() nothrow
int getNColumns() nothrow
int getNRowGroups() nothrow
long getNRows() nothrow
int getNSchemaElements() nothrow
uint getSize() nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for parquet.file_metadata.FileMetadata

Methods
T metadata(void * propval) nothrow
Methods
FileMetadata build() nothrowCreate object from builder. Returns: New object