BooleanStatistics

class BooleanStatistics : Statistics {}

Members

Functions

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