public class IntegerAnalysis extends NumericalColumnAnalysis
Modifier and Type | Class and Description |
---|---|
static class |
IntegerAnalysis.Builder |
countMaxValue, countMinValue, countNegative, countPositive, countTotal, countZero, digest, histogramBucketCounts, histogramBuckets, mean, sampleStdev, sampleVariance
Modifier and Type | Method and Description |
---|---|
ColumnType |
getColumnType() |
double |
getMaxDouble() |
double |
getMinDouble() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCountTotal
public String toString()
toString
in class NumericalColumnAnalysis
public double getMinDouble()
getMinDouble
in class NumericalColumnAnalysis
public double getMaxDouble()
getMaxDouble
in class NumericalColumnAnalysis
public ColumnType getColumnType()
Copyright © 2018. All rights reserved.