-
- All Implemented Interfaces:
-
org.jetbrains.dataframe.AggregateReceiver
,org.jetbrains.dataframe.DataFrame
,org.jetbrains.dataframe.DataFrameBase
,org.jetbrains.dataframe.columns.Columns
,org.jetbrains.dataframe.columns.SingleColumn
public abstract class GroupReceiver<T extends Object> implements AggregateReceiver<T>
-
-
Constructor Summary
Constructors Constructor Description GroupReceiver()
-
Method Summary
Modifier and Type Method Description List<String>
pathForSingleColumn(DataColumn<?> column)
<R extends Any> NamedValue
yield(List<String> path, R value, KType type, R default)
<R extends Any> NamedValue
yield(R value, KType type, R default)
final <R extends Any> NamedValue
into(R $self, String name)
-
Methods inherited from class org.jetbrains.dataframe.GroupReceiver
default, yield, 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
-
-
Method Detail
-
pathForSingleColumn
List<String> pathForSingleColumn(DataColumn<?> column)
-
into
final <R extends Any> NamedValue into(R $self, String name)
-
-
-
-