package planning
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class DirectedVarLengthExpandPlanner[T <: Table[T]] extends VarLengthExpandPlanner[T]
- sealed trait ExpandDirection extends AnyRef
- sealed trait JoinType extends AnyRef
- sealed trait Order extends AnyRef
- class UndirectedVarLengthExpandPlanner[T <: Table[T]] extends VarLengthExpandPlanner[T]
- abstract class VarLengthExpandPlanner[T <: Table[T]] extends AnyRef
Value Members
- object Ascending extends Order with Product with Serializable
- object ConstructGraphPlanner
- object CrossJoin extends JoinType with Product with Serializable
- object Descending extends Order with Product with Serializable
- object FullOuterJoin extends JoinType with Product with Serializable
- object Inbound extends ExpandDirection with Product with Serializable
- object InnerJoin extends JoinType with Product with Serializable
- object LeftOuterJoin extends JoinType with Product with Serializable
- object Outbound extends ExpandDirection with Product with Serializable
- object RelationalOptimizer
- object RelationalPlanner
- object RightOuterJoin extends JoinType with Product with Serializable