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

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    processChunks(RowSet rowSet, ColumnSource<?> columnSource, boolean usePrev)