public class IntegerAnalysis extends NumericalColumnAnalysis
| Modifier and Type | Class and Description |
|---|---|
static class |
IntegerAnalysis.Builder |
countMaxValue, countMinValue, countNegative, countPositive, countTotal, countZero, histogramBucketCounts, histogramBuckets, mean, sampleStdev, sampleVariance| Modifier and Type | Method and Description |
|---|---|
ColumnType |
getColumnType() |
double |
getMaxDouble() |
double |
getMinDouble() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCountTotalpublic java.lang.String toString()
toString in class NumericalColumnAnalysispublic double getMinDouble()
getMinDouble in class NumericalColumnAnalysispublic double getMaxDouble()
getMaxDouble in class NumericalColumnAnalysispublic ColumnType getColumnType()