-
- All Implemented Interfaces:
-
org.jetbrains.kotlinx.dataframe.aggregation.Aggregatable
public interface Grouped<T extends Object> implements Aggregatable<T>
-
-
Method Summary
Modifier and Type Method Description abstract <R extends Any> DataFrame<T>
aggregate(Function2<AggregateGroupedDsl<T>, AggregateGroupedDsl<T>, R> body)
-
-
Method Detail
-
aggregate
abstract <R extends Any> DataFrame<T> aggregate(Function2<AggregateGroupedDsl<T>, AggregateGroupedDsl<T>, R> body)
-
-
-
-