-
- All Implemented Interfaces:
-
org.jetbrains.dataframe.DataFrameBase
,org.jetbrains.dataframe.SelectReceiver
,org.jetbrains.dataframe.columns.ColumnSet
,org.jetbrains.dataframe.columns.SingleColumn
public interface JoinReceiver<A extends Object, B extends Object> implements SelectReceiver<A>
-
-
Method Summary
Modifier and Type Method Description <C extends Any> ColumnMatch<C>
match(ColumnReference<C> $self, ColumnReference<C> other)
abstract DataFrame<B>
getRight()
-
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.SelectReceiver
column, columns, frameColumn, frameColumn, get, get, get, get, get, get, getColumn, getGroup, getGroup, ncol, tryGetColumn, tryGetColumn
-
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
-
-
Method Detail
-
match
<C extends Any> ColumnMatch<C> match(ColumnReference<C> $self, ColumnReference<C> other)
-
-
-
-