| Constructor and Description |
|---|
NumericSummary(ColumnSummary columnSummary,
double max,
double mean,
double min,
double stddev,
double _25,
double _50,
double _75) |
| Modifier and Type | Method and Description |
|---|---|
double |
get_25() |
double |
get_50() |
double |
get_75() |
long |
getCount() |
long |
getDistinct() |
double |
getMax() |
double |
getMean() |
double |
getMin() |
long |
getNonNull() |
long |
getNullCount() |
double |
getStd() |
double |
getStddev() |
java.lang.String |
getType() |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
public NumericSummary(ColumnSummary columnSummary, double max, double mean, double min, double stddev, double _25, double _50, double _75)
public long getDistinct()
getDistinct in interface Summarypublic long getNonNull()
getNonNull in interface Summarypublic long getNullCount()
getNullCount in interface Summarypublic double getMax()
public double getMean()
public double getMin()
public double getStd()
public double getStddev()
public double get_25()
public double get_50()
public double get_75()