parquet.statistics

Module for [Statistics] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Statistics self() nothrowReturns `this`, for use in `with` statements.
StatisticsGidBuilder builder() static nothrowGet builder for [parquet.statistics.Statistics] Returns: New builder object
bool equal(parquet.statistics.Statistics otherStatistics) nothrow
long getNDistinctValues() nothrow
long getNNulls() nothrow
long getNValues() nothrow
bool hasMinMax() nothrow
bool hasNDistinctValues() nothrow
bool hasNNulls() nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for parquet.statistics.Statistics

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