Interface ChunkedNumericalStatsKernel<T>
- All Known Implementing Classes:
BigDecimalChunkedNumericalStats,BigIntegerChunkedNumericalStats,ByteChunkedNumericalStats,DoubleChunkedNumericalStats,FloatChunkedNumericalStats,IntegerChunkedNumericalStats,LongChunkedNumericalStats,ShortChunkedNumericalStats
public interface ChunkedNumericalStatsKernel<T>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classChunkedNumericalStatsKernel.Result -
Field Summary
Fields Modifier and Type Field Description static intCHUNK_SIZE -
Method Summary
Modifier and Type Method Description static ChunkedNumericalStatsKernel.ResultgetChunkedNumericalStats(Table table, String columnName, boolean usePrev)static ChunkedNumericalStatsKernel<?>makeChunkedNumericalStatsFactory(Class<?> type)ChunkedNumericalStatsKernel.ResultprocessChunks(Index index, ColumnSource<?> columnSource, boolean usePrev)
-
Field Details
-
CHUNK_SIZE
static final int CHUNK_SIZE- See Also:
- Constant Field Values
-
-
Method Details
-
makeChunkedNumericalStatsFactory
-
getChunkedNumericalStats
static ChunkedNumericalStatsKernel.Result getChunkedNumericalStats(Table table, String columnName, boolean usePrev) -
processChunks
ChunkedNumericalStatsKernel.Result processChunks(Index index, ColumnSource<?> columnSource, boolean usePrev)
-