-
- All Implemented Interfaces:
-
org.jetbrains.kotlinx.dataframe.ColumnsContainer
,org.jetbrains.kotlinx.dataframe.DataFrame
,org.jetbrains.kotlinx.dataframe.aggregation.Aggregatable
public abstract class AggregateGroupedDsl<T extends Object> extends AggregateDsl<T>
-
-
Constructor Summary
Constructors Constructor Description AggregateGroupedDsl()
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class org.jetbrains.kotlinx.dataframe.aggregation.AggregateGroupedDsl
default, into
-
Methods inherited from class org.jetbrains.kotlinx.dataframe.aggregation.AggregateDsl
aggregate, asColumnGroup, columnNames, columns, get, get, get, get, get, get, get, get, get, getColumnIndex, indices, iterator, ncol, nrow, plus, plus, resolve, rows, rowsReversed, values, values, valuesNotNull, valuesNotNull
-
Methods inherited from class org.jetbrains.kotlinx.dataframe.DataFrame
get, get, get, get, get, get, get, get, get, getColumnOrNull, getColumnOrNull, getColumnOrNull, getColumnOrNull, getColumnOrNull
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-