Class ShortChunkedNumericalStats
java.lang.Object
com.illumon.iris.db.v2.by.columnstats.ShortChunkedNumericalStats
- All Implemented Interfaces:
ChunkedNumericalStatsKernel<Short>
public class ShortChunkedNumericalStats extends Object implements ChunkedNumericalStatsKernel<Short>
-
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 ShortChunkedNumericalStats()
-
Method Summary
Modifier and Type Method Description ChunkedNumericalStatsKernel.Result
processChunks(Index index, ColumnSource<?> columnSource, boolean usePrev)
-
Constructor Details
-
ShortChunkedNumericalStats
public ShortChunkedNumericalStats()
-
-
Method Details
-
processChunks
public ChunkedNumericalStatsKernel.Result processChunks(Index index, ColumnSource<?> columnSource, boolean usePrev)- Specified by:
processChunks
in interfaceChunkedNumericalStatsKernel<Short>
-