-
public final class PivotClause<T extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description private final DataFrame<T>
df
private final Function2<SelectReceiver<T>, SelectReceiver<T>, ColumnReference<?>>
column
private final Function2<SelectReceiver<T>, SelectReceiver<T>, ColumnReference<?>>
index
-
Constructor Summary
Constructors Constructor Description PivotClause(DataFrame<T> df, Function2<SelectReceiver<T>, SelectReceiver<T>, ColumnReference<?>> column, Function2<SelectReceiver<T>, SelectReceiver<T>, ColumnReference<?>> index)
-
Method Summary
Modifier and Type Method Description final DataFrame<T>
getDf()
final Function2<SelectReceiver<T>, SelectReceiver<T>, ColumnReference<?>>
getColumn()
final Function2<SelectReceiver<T>, SelectReceiver<T>, ColumnReference<?>>
getIndex()
-
-
Constructor Detail
-
PivotClause
PivotClause(DataFrame<T> df, Function2<SelectReceiver<T>, SelectReceiver<T>, ColumnReference<?>> column, Function2<SelectReceiver<T>, SelectReceiver<T>, ColumnReference<?>> index)
-
-
Method Detail
-
getColumn
final Function2<SelectReceiver<T>, SelectReceiver<T>, ColumnReference<?>> getColumn()
-
getIndex
final Function2<SelectReceiver<T>, SelectReceiver<T>, ColumnReference<?>> getIndex()
-
-
-
-