Package io.deephaven.server.table.stats
Class BigIntegerChunkedNumericalStats
java.lang.Object
io.deephaven.server.table.stats.BigIntegerChunkedNumericalStats
- All Implemented Interfaces:
ChunkedNumericalStatsKernel
,ChunkedStatsKernel
-
Field Summary
Fields inherited from interface io.deephaven.server.table.stats.ChunkedStatsKernel
CHUNK_SIZE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocessChunks
(RowSet rowSet, ColumnSource<?> columnSource, boolean usePrev) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.deephaven.server.table.stats.ChunkedNumericalStatsKernel
avg, stdDev
-
Constructor Details
-
BigIntegerChunkedNumericalStats
public BigIntegerChunkedNumericalStats()
-
-
Method Details
-
processChunks
- Specified by:
processChunks
in interfaceChunkedStatsKernel
-