parquet.statistics

Module for [Statistics] class

Types 3

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

Fluent builder for [parquet.statistics.Statistics]

Methods