Constructor and Description |
---|
TableGroup(Table original,
Column... columns) |
TableGroup(Table original,
String... splitColumnNames) |
Modifier and Type | Method and Description |
---|---|
List<SubTable> |
getSubTables() |
Iterator<SubTable> |
iterator()
Returns an iterator over elements of type
T . |
Table |
reduce(String numericColumnName,
NumericReduceFunction function) |
int |
size() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public int size()
public Table reduce(String numericColumnName, NumericReduceFunction function)
Copyright © 2017. All rights reserved.