public static class IntegerAnalysis.Builder extends NumericalColumnAnalysis.Builder<IntegerAnalysis.Builder>
countMaxValue, countMinValue, countNegative, countPositive, countTotal, countZero, histogramBucketCounts, histogramBuckets, mean, sampleStdev, sampleVariance
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IntegerAnalysis |
build() |
IntegerAnalysis.Builder |
max(int max) |
IntegerAnalysis.Builder |
min(int min) |
countMaxValue, countMinValue, countNegative, countPositive, countTotal, countZero, histogramBucketCounts, histogramBuckets, mean, sampleStdev, sampleVariance
public IntegerAnalysis.Builder min(int min)
public IntegerAnalysis.Builder max(int max)
public IntegerAnalysis build()