Packages

package planning

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class DirectedVarLengthExpandPlanner[T <: Table[T]] extends VarLengthExpandPlanner[T]
  2. sealed trait ExpandDirection extends AnyRef
  3. sealed trait JoinType extends AnyRef
  4. sealed trait Order extends AnyRef
  5. class UndirectedVarLengthExpandPlanner[T <: Table[T]] extends VarLengthExpandPlanner[T]
  6. abstract class VarLengthExpandPlanner[T <: Table[T]] extends AnyRef

Value Members

  1. object Ascending extends Order with Product with Serializable
  2. object ConstructGraphPlanner
  3. object CrossJoin extends JoinType with Product with Serializable
  4. object Descending extends Order with Product with Serializable
  5. object FullOuterJoin extends JoinType with Product with Serializable
  6. object Inbound extends ExpandDirection with Product with Serializable
  7. object InnerJoin extends JoinType with Product with Serializable
  8. object LeftOuterJoin extends JoinType with Product with Serializable
  9. object Outbound extends ExpandDirection with Product with Serializable
  10. object RelationalOptimizer
  11. object RelationalPlanner
  12. object RightOuterJoin extends JoinType with Product with Serializable

Ungrouped