Int64Statistics

class Int64Statistics : Statistics {}

Members

Functions

getMax
long getMax()
getMin
long 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()