Package

net.sansa_stack.inference.rules

plan

Permalink

package plan

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    A join between two triple patterns.

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

    Permalink

    An execution plan to process a single rule.

  3. class PlanGenerator extends Logging

    Permalink

  4. class SQLQuery extends AnyRef

    Permalink

  5. class SimpleCalciteConnection extends CalciteConnection

    Permalink

  6. class SimpleRelBuilder extends RelBuilder

    Permalink

  7. class TriplesTableFactory extends TableFactory[Table]

    Permalink

Value Members

  1. object PlanGenerator

    Permalink
  2. object SimpleRelBuilder

    Permalink
  3. object TriplesSchema

    Permalink

Ungrouped