JoinOnCondition

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

Value members

Concrete methods

def applyImpl[Schema : Type, View <: SchemaView : Type, ConditionColumn : Type](joc: Expr[JoinOnCondition[Schema, View]], conditionColumn: Expr[View ?=> ConditionColumn])(implicit evidence$1: Type[Schema], evidence$2: Type[View], evidence$3: Type[ConditionColumn], Quotes): Expr[DataFrame[Schema]]
def make[DF1 <: DataFrame[_] : Type, DF2 <: DataFrame[_] : Type](left: Expr[UntypedDataFrame], right: Expr[UntypedDataFrame], joinType: Expr[JoinType])(implicit evidence$4: Type[DF1], evidence$5: Type[DF2], Quotes): Expr[JoinOnCondition[_, _]]
def mergeSchemaTypes(df1: Type[_ <: AnyKind], df2: Type[_ <: AnyKind])(using Quotes): Type[_ <: AnyKind]

Givens