Iterable<TableSlice>public class StandardTableSliceGroup extends TableSliceGroup
SPLIT_STRING| Modifier and Type | Method | Description |
|---|---|---|
static StandardTableSliceGroup |
create(Table original,
String... columnsNames) |
Returns a viewGroup splitting the original table on the given columns.
|
static StandardTableSliceGroup |
create(Table original,
CategoricalColumn<?>... columns) |
Returns a viewGroup splitting the original table on the given columns.
|
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 StandardTableSliceGroup create(Table original, String... columnsNames)
public static StandardTableSliceGroup create(Table original, CategoricalColumn<?>... columns)
Copyright © 2021. All rights reserved.