Q1
class Object
trait Matchable
class Any
Value members
Concrete methods
def join[T2 <: ([_[_]] =>> Table)](name: String)(implicit t2ti: TableSchema[T2], z: Zip[T, T2[AppliedCol]]): Q2[Out]
def leftJoin[T2 <: ([_[_]] =>> Table)](name: String)(implicit t2ti: TableSchema[T2], z: Zip[T, T2[Opt]]): Q2[Out]