-
- All Implemented Interfaces:
-
org.jetbrains.kotlinx.dataframe.ColumnsContainer
,org.jetbrains.kotlinx.dataframe.api.ColumnSelectionDsl
,org.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl
,org.jetbrains.kotlinx.dataframe.columns.ColumnSet
,org.jetbrains.kotlinx.dataframe.columns.SingleColumn
public interface PivotDsl<T extends Object> implements ColumnsSelectionDsl<T>
-
-
Method Summary
Modifier and Type Method Description <C extends Any> ColumnSet<C>
then(ColumnSet<C> $self, ColumnSet<C> other)
<C extends Any> ColumnSet<C>
then(String $self, ColumnSet<C> other)
<C extends Any> ColumnSet<C>
then(ColumnSet<C> $self, String other)
ColumnSet<Object>
then(String $self, String other)
<C extends Any> ColumnSet<C>
then(KProperty<C> $self, ColumnSet<C> other)
<C extends Any> ColumnSet<C>
then(ColumnSet<C> $self, KProperty<C> other)
<C extends Any> ColumnSet<C>
then(KProperty<C> $self, KProperty<C> other)
<C extends Any> ColumnSet<C>
then(KProperty<C> $self, String other)
<C extends Any> ColumnSet<C>
then(String $self, KProperty<C> other)
-
Methods inherited from class org.jetbrains.kotlinx.dataframe.api.PivotDsl
all, all, allAfter, allAfter, allAfter, allBefore, allBefore, allBefore, allDfs, allDfs, allSince, allSince, allSince, allUntil, allUntil, allUntil, and, and, and, and, and, and, and, booleanCols, booleanOrNulls, booleanOrNulls, booleans, booleans, by, children, children, col, col, cols, cols, cols, cols, cols, colsRange, colsRange, comparableOrNulls, comparableOrNulls, comparables, comparables, dfs, dfs, doubleCols, doubleOrNulls, doubleOrNulls, doubles, doubles, drop, drop, dropLast, dropLast, endsWith, except, except, except, except, filter, first, get, get, get, get, group, groups, intCols, intOrNulls, intOrNulls, into, into, ints, ints, invoke, invoke, nameContains, nameContains, named, named, none, nrow, numberCols, numberOrNulls, numberOrNulls, rangeTo, rangeTo, rows, rowsReversed, single, startsWith, stringCols, stringOrNulls, stringOrNulls, strings, strings, take, take, takeLast, takeLast, takeLastWhile, takeWhile, top, withoutNulls
-
Methods inherited from class org.jetbrains.kotlinx.dataframe.api.ColumnsSelectionDsl
cast, get, invoke, invoke, invoke, invoke, resolve, resolveSingle
-
Methods inherited from class org.jetbrains.kotlinx.dataframe.api.ColumnSelectionDsl
asColumnGroup, asColumnGroup, columns, get, get, get, get, get, get, get, get, get, get, get, getColumnOrNull, getColumnOrNull, getColumnOrNull, getColumnOrNull, getColumnOrNull, ncol, resolve
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-