-
- All Implemented Interfaces:
-
org.jetbrains.kotlinx.dataframe.ColumnsContainer
,org.jetbrains.kotlinx.dataframe.DataFrame
,org.jetbrains.kotlinx.dataframe.aggregation.Aggregatable
,org.jetbrains.kotlinx.dataframe.api.ColumnSelectionDsl
public abstract class AggregateDsl<T extends Object> implements DataFrame<T>, ColumnSelectionDsl<T>
-
-
Constructor Summary
Constructors Constructor Description AggregateDsl()
-
Method Summary
Modifier and Type Method Description final <R extends Any> NamedValue
into(R $self, String name)
final <R extends Any> Object
default(R $self, R defaultValue)
-
Methods inherited from class org.jetbrains.kotlinx.dataframe.aggregation.AggregateDsl
aggregate, asColumnGroup, cast, columnNames, columnTypes, columns, get, get, get, get, get, get, get, get, get, get, getColumnIndex, indices, invoke, invoke, invoke, invoke, iterator, ncol, nrow, plus, plus, resolve, rows, rowsReversed, values, values, valuesNotNull, valuesNotNull
-
Methods inherited from class org.jetbrains.kotlinx.dataframe.DataFrame
asColumnGroup, get, 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
-
-