JoinType

sealed abstract class JoinType(val symbol: String)
class Object
trait Matchable
class Any
object CrossJoin.type
object FullOuterJoin.type
object ImplicitJoin.type
object InnerJoin.type
object LeftOuterJoin.type
object RightOuterJoin.type

Value members

Concrete fields

val symbol: String