Iterable<TableSlice>public class SelectionTableSliceGroup extends TableSliceGroup
SPLIT_STRING| Modifier and Type | Method | Description |
|---|---|---|
static SelectionTableSliceGroup |
create(Table original,
String subTableNameTemplate,
int step) |
Creates a TableSliceGroup where each slice contains
step number of rows from the
backing table |
forEach, spliteratorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddSlice, aggregate, aggregate, aggregateColumnName, asTableList, get, getByteSize, getSlices, getSourceTable, getSplitColumnNames, iterator, setSourceTable, size, summaryTableNamepublic static SelectionTableSliceGroup create(Table original, String subTableNameTemplate, int step)
step number of rows from the
backing tableoriginal - The original backing table that provides the data for the new slice groupsubTableNameTemplate - The prefix of a name for each slice in the group. If the argument
is "step" the name will take the form "step 1", "step 2", etc.step - The number of rows per sliceCopyright © 2022. All rights reserved.