FloatStatistics

class FloatStatistics : Statistics {}

Members

Functions

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