-
- All Implemented Interfaces:
-
org.jetbrains.dataframe.AggregateReceiver
,org.jetbrains.dataframe.DataFrame
,org.jetbrains.dataframe.DataFrameBase
,org.jetbrains.dataframe.GroupAggregateReceiver
,org.jetbrains.dataframe.columns.Columns
,org.jetbrains.dataframe.columns.SingleColumn
public final class GroupAggregateBuilder<T extends Object> implements GroupAggregateReceiver<T>, DataFrame<T>
-
-
Constructor Summary
Constructors Constructor Description GroupAggregateBuilder(DataFrame<T> df)
-
Method Summary
Modifier and Type Method Description final <R extends Any> Unit
yield(String columnName, R value, R default)
Unit
yield(NamedValue value)
final <R extends Any> Unit
into(R $self, String name)
-
Methods inherited from class org.jetbrains.dataframe.GroupAggregateBuilder
yield, yield, yieldSingleColumn
-
Methods inherited from class org.jetbrains.dataframe.GroupAggregateReceiver
default, yield
-
Methods inherited from class org.jetbrains.dataframe.AggregateReceiver
all, any, associate, associateBy, column, columnNames, columns, drop, first, first, firstOrNull, firstOrNull, get, get, get, get, get, get, get, get, get, get, get, get, get, getColumnIndex, getColumnIndex, getRows, getRows, getRows, head, indices, iterator, last, last, lastOrNull, lastOrNull, mapIndexed, mapIndexedNotNull, ncol, nrow, plus, plus, plus, rows, set, shuffled, single, single, skipLast, tail, take, takeLast, tryGetColumn, tryGetColumn, tryGetColumn, tryGetColumnGroup
-
Methods inherited from class org.jetbrains.dataframe.DataFrame
frameColumn, frameColumn, get, get, get, get, getColumn, getColumnGroup, getColumnGroup, hasColumn, tryGetColumn
-
Methods inherited from class org.jetbrains.dataframe.DataFrameBase
resolve, resolveSingle
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-