Packages

package plan

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Join(tp1: Triple, tp2: Triple, joinVar: Node) extends Product with Serializable

    A join between two triple patterns.

  2. case class Plan(triplePatterns: Set[Triple], target: Triple, joins: Set[Join]) extends Product with Serializable

    An execution plan to process a single rule.

  3. class PlanGenerator extends Logging

  4. trait SQLGenerator extends AnyRef

    A SQL generator for rules.

  5. class SQLQuery extends AnyRef

  6. class SimpleCalciteConnection extends CalciteConnection

  7. class SimplePlanExecutor extends AnyRef

  8. class SimplePlanGenerator extends Logging

  9. class SimpleRelBuilder extends RelBuilder

  10. class SimpleSQLGenerator extends SQLGenerator with Logging

    A simple implementation of a SQL generator: Joins are generated for common triple patterns in the body.

    A simple implementation of a SQL generator: Joins are generated for common triple patterns in the body. Projection variables are based on the head.

  11. class TriplesTableFactory extends TableFactory[Table]

Ungrouped