Class DoubleChunkedNumericalStats
java.lang.Object
com.illumon.iris.db.v2.by.columnstats.DoubleChunkedNumericalStats
- All Implemented Interfaces:
ChunkedNumericalStatsKernel<Double>
public class DoubleChunkedNumericalStats extends Object implements ChunkedNumericalStatsKernel<Double>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.illumon.iris.db.v2.by.columnstats.ChunkedNumericalStatsKernel
ChunkedNumericalStatsKernel.Result
-
Field Summary
Fields inherited from interface com.illumon.iris.db.v2.by.columnstats.ChunkedNumericalStatsKernel
CHUNK_SIZE
-
Constructor Summary
Constructors Constructor Description DoubleChunkedNumericalStats()
-
Method Summary
Modifier and Type Method Description ChunkedNumericalStatsKernel.Result
processChunks(Index index, ColumnSource<?> columnSource, boolean usePrev)
-
Constructor Details
-
DoubleChunkedNumericalStats
public DoubleChunkedNumericalStats()
-
-
Method Details
-
processChunks
public ChunkedNumericalStatsKernel.Result processChunks(Index index, ColumnSource<?> columnSource, boolean usePrev)- Specified by:
processChunks
in interfaceChunkedNumericalStatsKernel<Double>
-