Class ChunkedNumericalStatsKernel.Result
java.lang.Object
com.illumon.iris.db.v2.by.columnstats.ChunkedNumericalStatsKernel.Result
- All Implemented Interfaces:
Serializable
- Enclosing interface:
- ChunkedNumericalStatsKernel<T>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAbsAvgString
(Format format) getAbsMaxString
(Format format) getAbsMinString
(Format format) getAbsSumString
(Format format) getAvg()
getAvgString
(Format format) long
getCount()
getCountString
(Format format) getMax()
getMaxString
(Format format) getMin()
getMinString
(Format format) getResults
(String name, String description, String type, Format colFormat, DecimalFormat integerFormat, DecimalFormat doubleFormat) long
getSize()
getSizeString
(Format format) getStdDevString
(Format format) getSum()
getSumString
(Format format)
-
Constructor Details
-
Result
-
-
Method Details
-
getSize
public long getSize() -
getCount
public long getCount() -
getSum
-
getAbsSum
-
getMin
-
getMax
-
getAbsMin
-
getAbsMax
-
getAvg
-
getAbsAvg
-
getStdDev
-
getSizeString
-
getCountString
-
getSumString
-
getAbsSumString
-
getAvgString
-
getAbsAvgString
-
getMinString
-
getAbsMinString
-
getMaxString
-
getAbsMaxString
-
getStdDevString
-
getResults
public String getResults(String name, String description, String type, Format colFormat, DecimalFormat integerFormat, DecimalFormat doubleFormat)
-