Class

net.sansa_stack.inference.spark.rules.plan

PlanExecutorNative

Related Doc: package plan

Permalink

class PlanExecutorNative extends PlanExecutor[Jena, RDD[Triple], Node, Triple, RDFGraphNative] with Logging

An executor that works on the the native Scala data structures and uses Spark joins, filters etc.

Linear Supertypes
Logging, PlanExecutor[Jena, RDD[Triple], Node, Triple, RDFGraphNative], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PlanExecutorNative
  2. Logging
  3. PlanExecutor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PlanExecutorNative(sc: SparkContext)

    Permalink

Type Members

  1. implicit class EnrichedWithToTuple[A] extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def applyFilter[T <: Product](condition: Expression, childExpressions: List[Expression], rdd: RDD[T]): RDD[T]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def asKeyValue(tuple: Product, keyPositions: Seq[Int]): (Product, Product)

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def debug(msg: ⇒ String, o: Any, os: Any*): Unit

    Permalink
    Definition Classes
    Logging
  9. def debug(msg: ⇒ String, e: Throwable): Unit

    Permalink
    Definition Classes
    Logging
  10. def debug(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Logging
  11. val emptyGraph: DataFrame

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def error(msg: ⇒ String, o: Any, os: Any*): Unit

    Permalink
    Definition Classes
    Logging
  15. def error(msg: ⇒ String, e: Throwable): Unit

    Permalink
    Definition Classes
    Logging
  16. def error(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Logging
  17. def execute(plan: Plan, graph: RDFGraphNative): RDFGraphNative

    Permalink
    Definition Classes
    PlanExecutorNativePlanExecutor
  18. def executePlan[T >: Product, U <: Product](logicalPlan: LogicalPlan, triples: RDD[Product]): RDD[Product]

    Permalink
  19. def expressionsFor(expr: Expression, isJoin: Boolean = false): List[Expression]

    Permalink
  20. def expressionsFor(logicalPlan: LogicalPlan): List[Expression]

    Permalink
  21. def extract[T <: Product](tuple: T, positions: Seq[Int], aliases: Seq[(Int, Expression)]): Product

    Permalink
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def genMapper[A, B](f: (A) ⇒ B): (A) ⇒ B

    Permalink
  24. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  26. def info(msg: ⇒ String, o: Any, os: Any*): Unit

    Permalink
    Definition Classes
    Logging
  27. def info(msg: ⇒ String, e: Throwable): Unit

    Permalink
    Definition Classes
    Logging
  28. def info(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Logging
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def joinConditionsFor(expr: Expression): List[EqualTo]

    Permalink
  31. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  32. def logName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  33. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    PlanExecutor
  34. def mergeKeyValue(pair: (Product, (Product, Product)), joinPositions: Seq[Int]): Product

    Permalink
  35. def mergedRDD(tuples: RDD[(Product, (Product, Product))], joinPositions: Seq[Int]): RDD[Product]

    Permalink
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. def performJoin(leftRDD: RDD[Product], rightRDD: RDD[Product], leftExpressions: List[Expression], rightExpressions: List[Expression], joinCondition: Expression): RDD[Product]

    Permalink
  40. def performProjection(rdd: RDD[Product], projectList: Seq[NamedExpression], child: LogicalPlan): RDD[Product]

    Permalink
  41. def performProjection(rdd: RDD[Product], projectList: Seq[Expression], childExpressions: Seq[Expression], joinConditions: Seq[EqualTo]): RDD[Product]

    Permalink
  42. val sqlContext: SQLContext

    Permalink
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def toPairRDD[T >: Product](tuples: RDD[Product], joinPositions: Seq[Int]): RDD[(Product, Product)]

    Permalink
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. def trace(msg: ⇒ String, o: Any, os: Any*): Unit

    Permalink
    Definition Classes
    Logging
  47. def trace(msg: ⇒ String, e: Throwable): Unit

    Permalink
    Definition Classes
    Logging
  48. def trace(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Logging
  49. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def warn(msg: ⇒ String, o: Any, os: Any*): Unit

    Permalink
    Definition Classes
    Logging
  53. def warn(msg: ⇒ String, e: Throwable): Unit

    Permalink
    Definition Classes
    Logging
  54. def warn(msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Logging

Inherited from Logging

Inherited from PlanExecutor[Jena, RDD[Triple], Node, Triple, RDFGraphNative]

Inherited from AnyRef

Inherited from Any

Ungrouped