-
- 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, col, columnNames, columns, get, get, get, get, get, get, get, get, get, get, get, get, getColumnIndex, indices, iterator, ncol, nrow, plus, plus, rows, rowsReversed, set, tryGetColumn, tryGetColumn, tryGetColumn, tryGetColumnGroup, values, values, valuesNotNull, valuesNotNull
-
Methods inherited from class org.jetbrains.kotlinx.dataframe.DataFrame
get, get, get, get, get, getColumn, getColumn, getColumn, getColumn, getColumn, getColumn, hasColumn
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-