-
- All Implemented Interfaces:
-
org.jetbrains.kotlinx.dataframe.aggregation.Aggregatable
public interface PivotGroupBy<T extends Object> implements Aggregatable<T>
-
-
Method Summary
Modifier and Type Method Description abstract <R extends Any> DataFrame<T>aggregate(Boolean separate, Function2<AggregateDsl<T>, AggregateDsl<T>, R> body)abstract PivotGroupBy<T>separateStatistics(Boolean flag)abstract PivotGroupBy<T>default(Object value)-
-
Method Detail
-
aggregate
abstract <R extends Any> DataFrame<T> aggregate(Boolean separate, Function2<AggregateDsl<T>, AggregateDsl<T>, R> body)
-
separateStatistics
abstract PivotGroupBy<T> separateStatistics(Boolean flag)
-
default
abstract PivotGroupBy<T> default(Object value)
-
-
-
-