Package io.deephaven.server.table.stats
Interface ChunkedStatsKernel
- All Known Subinterfaces:
ChunkedNumericalStatsKernel
- All Known Implementing Classes:
BigDecimalChunkedNumericalStats
,BigIntegerChunkedNumericalStats
,ByteChunkedNumericalStats
,CharacterChunkedStats
,DateTimeChunkedStats
,DoubleChunkedNumericalStats
,FloatChunkedNumericalStats
,IntegerChunkedNumericalStats
,LongChunkedNumericalStats
,ObjectChunkedStats
,ShortChunkedNumericalStats
public interface ChunkedStatsKernel
A function ready to be run in a snapshot, to collect data about a table column.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocessChunks
(RowSet rowSet, ColumnSource<?> columnSource, boolean usePrev)
-
Field Details
-
CHUNK_SIZE
static final int CHUNK_SIZE- See Also:
-
-
Method Details
-
processChunks
-