WithColumn

object WithColumn
Companion:
class
class Object
trait Matchable
class Any

Type members

Value members

Concrete methods

def applyImpl[Schema : Type, View <: SchemaView : Type, N <: Name : Type, Col : Type](withColumn: Expr[WithColumn[Schema, View]], name: Expr[String], column: Expr[View ?=> Col])(implicit evidence$3: Type[Schema], evidence$4: Type[View], evidence$5: Type[N], evidence$6: Type[Col], Quotes): Expr[DataFrame[_]]
def withColumnImpl[Schema : Type, DF <: DataFrame[Schema] : Type](df: Expr[DF])(implicit evidence$1: Type[Schema], evidence$2: Type[DF], Quotes): Expr[WithColumn[Schema, _]]