Int32Statistics

Constructors

this
this(void* ptr, Flag!"Take" take)

Members

Functions

getMax
int getMax()
getMin
int getMin()
self
Int32Statistics self()

Returns this, for use in with statements.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()
builder
Int32StatisticsGidBuilder builder()

Get builder for parquet.int32_statistics.Int32Statistics

Inherited Members

From Statistics

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
Statistics self()

Returns this, for use in with statements.

builder
StatisticsGidBuilder builder()

Get builder for parquet.statistics.Statistics

equal
bool equal(parquet.statistics.Statistics otherStatistics)
getNDistinctValues
long getNDistinctValues()
getNNulls
long getNNulls()
getNValues
long getNValues()
hasMinMax
bool hasMinMax()
hasNDistinctValues
bool hasNDistinctValues()
hasNNulls
bool hasNNulls()