-
public final class PivotKt
-
-
Method Summary
Modifier and Type Method Description final static <T extends Any> PivotAggregations<T>
pivot(DataFrame<T> $self, Function2<SelectReceiver<T>, SelectReceiver<T>, Columns<?>> columns)
final static <T extends Any> PivotAggregations<T>
pivot(DataFrame<T> $self, String columns)
final static <T extends Any> PivotAggregations<T>
pivot(DataFrame<T> $self, ColumnReference<?> columns)
final static <T extends Any, P extends GroupedPivotAggregations<T>> P
withGrouping(P $self, ColumnReference<DataRow<?>> group)
final static <T extends Any, P extends GroupedPivotAggregations<T>> P
withGrouping(P $self, String groupName)
-
-
Method Detail
-
pivot
final static <T extends Any> PivotAggregations<T> pivot(DataFrame<T> $self, Function2<SelectReceiver<T>, SelectReceiver<T>, Columns<?>> columns)
-
pivot
final static <T extends Any> PivotAggregations<T> pivot(DataFrame<T> $self, String columns)
-
pivot
final static <T extends Any> PivotAggregations<T> pivot(DataFrame<T> $self, ColumnReference<?> columns)
-
withGrouping
final static <T extends Any, P extends GroupedPivotAggregations<T>> P withGrouping(P $self, ColumnReference<DataRow<?>> group)
-
withGrouping
final static <T extends Any, P extends GroupedPivotAggregations<T>> P withGrouping(P $self, String groupName)
-
-
-
-