-
- All Implemented Interfaces:
-
org.jetbrains.kotlinx.dataframe.ColumnsContainer
,org.jetbrains.kotlinx.dataframe.DataFrame
,org.jetbrains.kotlinx.dataframe.aggregation.Aggregatable
public abstract class AggregateDsl<T extends Object> implements DataFrame<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, columnNames, columns, get, get, get, get, get, get, get, get, get, getColumnIndex, getColumnOrNull, 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, getColumn
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-