-
- All Implemented Interfaces:
-
org.jetbrains.dataframe.DataFrame
,org.jetbrains.dataframe.DataFrameAggregations
,org.jetbrains.dataframe.DataFrameBase
,org.jetbrains.dataframe.aggregation.Aggregatable
,org.jetbrains.dataframe.aggregation.AggregateReceiverWithDefault
,org.jetbrains.dataframe.columns.Columns
,org.jetbrains.dataframe.columns.SingleColumn
public abstract class GroupByReceiver<T extends Object> extends AggregateReceiver<T>
-
-
Constructor Summary
Constructors Constructor Description GroupByReceiver()
-
Method Summary
Modifier and Type Method Description final GroupedPivotAggregations<T>
pivot(Function2<SelectReceiver<T>, SelectReceiver<T>, Columns<?>> columns)
final GroupedPivotAggregations<T>
pivot(ColumnReference<?> columns)
final GroupedPivotAggregations<T>
pivot(String columns)
-
Methods inherited from class org.jetbrains.dataframe.aggregation.GroupByReceiver
into
-
Methods inherited from class org.jetbrains.dataframe.aggregation.AggregateReceiver
default
-
Methods inherited from class org.jetbrains.dataframe.aggregation.AggregateReceiverWithDefault
all, any, associate, associateBy, column, columnNames, columns, columns, drop, first, first, firstOrNull, firstOrNull, 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, plus, plus, plus, rows, set, shuffled, single, single, skipLast, tail, take, takeLast, tryGetColumn, tryGetColumn, tryGetColumn, tryGetColumnGroup, values, values, valuesNotNull, valuesNotNull
-
Methods inherited from class org.jetbrains.dataframe.DataFrameAggregations
frameColumn, frameColumn, get, get, get, get, get, getColumn, getColumn, getColumnGroup, getColumnGroup, getOrNull, hasColumn, nrow, tryGetColumn
-
Methods inherited from class org.jetbrains.dataframe.DataFrame
aggregate, count, max, max, max, max, max, maxBy, maxBy, maxBy, maxBy, maxByExpr, maxByExprOrNull, maxByOrNull, maxByOrNull, maxByOrNull, maxByOrNull, maxFor, maxOf, maxOfOrNull, maxOrNull, maxOrNull, maxOrNull, maxOrNull, mean, mean, mean, mean, mean, meanFor, meanFor, min, min, min, min, min, minBy, minBy, minBy, minBy, minByExpr, minByExprOrNull, minByOrNull, minByOrNull, minByOrNull, minByOrNull, minFor, minFor, minOf, minOfOrNull, minOrNull, minOrNull, minOrNull, minOrNull, std, stdFor, sum, sum, sumFor, sumFor
-
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
-
pivot
final GroupedPivotAggregations<T> pivot(Function2<SelectReceiver<T>, SelectReceiver<T>, Columns<?>> columns)
-
pivot
final GroupedPivotAggregations<T> pivot(ColumnReference<?> columns)
-
pivot
final GroupedPivotAggregations<T> pivot(String columns)
-
-
-
-