-
- All Implemented Interfaces:
-
org.jetbrains.dataframe.DataFrame
,org.jetbrains.dataframe.DataFrameBase
,org.jetbrains.dataframe.JoinReceiver
,org.jetbrains.dataframe.SelectReceiver
,org.jetbrains.dataframe.columns.ColumnSet
,org.jetbrains.dataframe.columns.SingleColumn
public final class JoinReceiverImpl<A extends Object, B extends Object> implements DataFrame<A>, JoinReceiver<A, B>
-
-
Constructor Summary
Constructors Constructor Description JoinReceiverImpl(DataFrame<A> left, DataFrame<B> right)
-
Method Summary
-
Methods inherited from class org.jetbrains.dataframe.JoinReceiverImpl
all, any, append, associate, associateBy, column, columnNames, columns, distinctBy, drop, first, firstOrNull, get, get, get, get, get, get, get, get, get, get, get, getColumnGroup, getColumnIndex, getColumnIndex, getRows, getRows, getRows, head, indices, last, lastOrNull, map, mapIndexed, mapIndexedNotNull, match, ncol, nrow, plus, plus, plus, rows, set, shuffled, single, single, size, skipLast, tail, take, takeLast, tryGetColumn, tryGetColumn, tryGetColumn, tryGetColumnGroup
-
Methods inherited from class org.jetbrains.dataframe.DataFrame
frameColumn, frameColumn, get, getColumn, getGroup, getGroup, tryGetColumn
-
Methods inherited from class org.jetbrains.dataframe.JoinReceiver
all, allDfs, and, and, and, and, and, and, and, booleanCols, cast, children, children, col, col, col, col, col, colGroups, cols, cols, cols, cols, colsDfs, doubleCols, drop, dropLast, endsWith, except, except, except, filter, first, get, get, get, group, intCols, into, invoke, invoke, invoke, last, nameContains, nameContains, named, numberCols, rename, startsWith, stringCols, take, takeLast, takeLastWhile, takeWhile, withoutNulls
-
Methods inherited from class org.jetbrains.dataframe.DataFrameBase
resolve, resolveSingle
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-