Packages

object JoinType

Source
JoinType.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JoinType
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. case object Inner extends JoinType with Product with Serializable
  2. case object Left extends JoinType with Product with Serializable
  3. case object LeftOption extends JoinType with Product with Serializable
  4. case object Outer extends JoinType with Product with Serializable
  5. case object OuterOption extends JoinType with Product with Serializable
  6. case object Right extends JoinType with Product with Serializable
  7. case object RightOption extends JoinType with Product with Serializable
  8. case object Zip extends JoinType with Product with Serializable