Removed Fields |
Object[] mostCommonValues
|
We need some way to represent a histogram of values in the field as those will be useful. |
float[] mostCommonValuesFreq
|
an array that matches the mostCommonValues array and lists the frequencies of those values as a fraction (0 through 1) of the total number of records |
Long numDistinctValues
|
|
long serialVersionUID
|
|
Object[] valueHistogram
|
an ordered array of values from min val to max val such that the number of records with values between valueHistogram[i] and and valueHistogram[i+1] is roughly equal for all values of i. |
int version
|
|