case class Plan(triplePatterns: Set[Triple], target: Triple, joins: Set[Join]) extends Product with Serializable
An execution plan to process a single rule.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Plan
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val aliases: HashMap[Triple, String]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def expressionFor(variable: Node, tp: Triple): String
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fromPart(tp: Triple): String
- def fromPart(): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- var idx: Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isVarWithName(node: Node): Boolean
- def joinExpressionFor(join: Join): String
- def joinExpressionFor(tp1: Triple, tp2: Triple, joinVar: Node): String
- val joins: Set[Join]
- def joinsFor(tp1: Triple, tp2: Triple): Join
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def objectColumn(): String
- def objectColumnName(tp: Triple): String
- def predicateColumn(): String
- def predicateColumnName(tp: Triple): String
- def projectionPart(tp: Triple, selectedVars: List[Node]): String
- def projectionPart(tp: Triple): String
- def projectionPart(): String
- def subjectColumn(): String
- def subjectColumnName(tp: Triple): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def table(): String
- def tableName(tp: Triple): String
- val target: Triple
- def toSQL(tp: Triple): String
- def toSQL: String
- val triplePatterns: Set[Triple]
- def uniqueAliasFor(tp: Triple): String
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def wherePart(): String
- def whereParts(tp: Triple): Set[String]