public class StandardTableSliceGroup extends TableSliceGroup
Modifier and Type | Method and Description |
---|---|
static StandardTableSliceGroup |
create(Table original,
CategoricalColumn... columns)
Returns a viewGroup splitting the original table on the given columns.
|
static StandardTableSliceGroup |
create(Table original,
String... columnsNames)
Returns a viewGroup splitting the original table on the given columns.
|
aggregate, aggregate, aggregateColumnName, asTableList, get, getSlices, getSourceTable, iterator, size, summaryTableName
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public static StandardTableSliceGroup create(Table original, String... columnsNames)
public static StandardTableSliceGroup create(Table original, CategoricalColumn... columns)
Copyright © 2018. All rights reserved.