-
- 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 JoinDsl<A extends Object, B extends Object> implements ColumnsSelectionDsl<A>
-
-
Method Summary
Modifier and Type Method Description <C extends Any> ColumnMatch<C>
match(ColumnReference<C> $self, ColumnReference<C> other)
<C extends Any> ColumnMatch<C>
match(String $self, ColumnReference<C> other)
<C extends Any> ColumnMatch<C>
match(ColumnReference<C> $self, String other)
ColumnMatch<Object>
match(String $self, String other)
<C extends Any> ColumnMatch<C>
match(KProperty<C> $self, KProperty<C> other)
<C extends Any> ColumnMatch<C>
match(ColumnReference<C> $self, KProperty<C> other)
<C extends Any> ColumnMatch<C>
match(KProperty<C> $self, ColumnReference<C> other)
abstract DataFrame<B>
getRight()
-
Methods inherited from class org.jetbrains.kotlinx.dataframe.api.JoinDsl
all, all, allAfter, allAfter, allAfter, allBefore, allBefore, allBefore, 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, dfsLeafs, 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, columns, get, get, get, get, get, get, get, get, get, get, getColumn, getColumnOrNull, ncol, resolve
-
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)
-
match
<C extends Any> ColumnMatch<C> match(String $self, ColumnReference<C> other)
-
match
<C extends Any> ColumnMatch<C> match(ColumnReference<C> $self, String other)
-
match
ColumnMatch<Object> match(String $self, String other)
-
match
<C extends Any> ColumnMatch<C> match(ColumnReference<C> $self, KProperty<C> other)
-
match
<C extends Any> ColumnMatch<C> match(KProperty<C> $self, ColumnReference<C> other)
-
-
-
-