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