JoinType

wvlet.airframe.sql.model.LogicalPlan$.JoinType
sealed abstract class JoinType(val symbol: String)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CrossJoin.type
object FullOuterJoin.type
object ImplicitJoin.type
object InnerJoin.type
object LeftOuterJoin.type
object RightOuterJoin.type

Members list

Concise view

Value members

Concrete fields

val symbol: String