Where

object Where
Companion:
class
class Object
trait Matchable
class Any
Where.type

Type members

Classlikes

object whereApply

Value members

Concrete methods

def applyImpl[Schema : Type, View <: SchemaView : Type, Condition : Type](where: Expr[Where[Schema, View]], condition: Expr[View ?=> Condition])(implicit evidence$2: Type[Schema], evidence$3: Type[View], evidence$4: Type[Condition], Quotes): Expr[DataFrame[Schema]]
def whereImpl[Schema : Type](df: Expr[DataFrame[Schema]])(implicit evidence$1: Type[Schema], Quotes): Expr[Where[Schema, _]]

Givens