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