-
- All Implemented Interfaces:
-
org.jetbrains.kotlinx.dataframe.columns.ColumnSet
public final class ColumnMatch<C extends Object> implements ColumnSet<C>
-
-
Field Summary
Fields Modifier and Type Field Description private final ColumnReference<C>
left
private final ColumnReference<C>
right
-
Constructor Summary
Constructors Constructor Description ColumnMatch(ColumnReference<C> left, ColumnReference<C> right)
-
Method Summary
Modifier and Type Method Description final ColumnReference<C>
getLeft()
final ColumnReference<C>
getRight()
List<ColumnWithPath<C>>
resolve(ColumnResolutionContext context)
-
-
Constructor Detail
-
ColumnMatch
ColumnMatch(ColumnReference<C> left, ColumnReference<C> right)
-
-
Method Detail
-
getLeft
final ColumnReference<C> getLeft()
-
getRight
final ColumnReference<C> getRight()
-
resolve
List<ColumnWithPath<C>> resolve(ColumnResolutionContext context)
-
-
-
-