Int32Statistics

class Int32Statistics : Statistics {}

Members

Functions

getMax
int getMax()
getMin
int getMin()

Inherited Members

From 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()