Packages

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)

Type Members

  1. implicit class EnrichedWithToTuple[A] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def applyFilter[T <: Product](condition: Expression, childExpressions: List[Expression], rdd: RDD[T]): RDD[T]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asKeyValue(tuple: Product, keyPositions: Seq[Int]): (Product, Product)
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def debug(msg: ⇒ String, o: Any, os: Any*): Unit
    Definition Classes
    Logging
  9. def debug(msg: ⇒ String, e: Throwable): Unit
    Definition Classes
    Logging
  10. def debug(msg: ⇒ String): Unit
    Definition Classes
    Logging
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def error(msg: ⇒ String, o: Any, os: Any*): Unit
    Definition Classes
    Logging
  14. def error(msg: ⇒ String, e: Throwable): Unit
    Definition Classes
    Logging
  15. def error(msg: ⇒ String): Unit
    Definition Classes
    Logging
  16. def execute(plan: Plan, graph: RDFGraphNative): RDFGraphNative
    Definition Classes
    PlanExecutorNativePlanExecutor
  17. def executePlan[T >: Product, U <: Product](logicalPlan: LogicalPlan, triples: RDD[Product]): RDD[Product]
  18. def expressionsFor(expr: Expression, isJoin: Boolean = false): List[Expression]
  19. def expressionsFor(logicalPlan: LogicalPlan): List[Expression]
  20. def extract[T <: Product](tuple: T, positions: Seq[Int], aliases: Seq[(Int, Expression)]): Product
  21. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def genMapper[A, B](f: (A) ⇒ B): (A) ⇒ B
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. def info(msg: ⇒ String, o: Any, os: Any*): Unit
    Definition Classes
    Logging
  26. def info(msg: ⇒ String, e: Throwable): Unit
    Definition Classes
    Logging
  27. def info(msg: ⇒ String): Unit
    Definition Classes
    Logging
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def joinConditionsFor(expr: Expression): List[EqualTo]
  30. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  31. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  32. val logger: Logger
    Attributes
    protected
    Definition Classes
    PlanExecutor
  33. def mergeKeyValue(pair: (Product, (Product, Product)), joinPositions: Seq[Int]): Product
  34. def mergedRDD(tuples: RDD[(Product, (Product, Product))], joinPositions: Seq[Int]): RDD[Product]
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def performJoin(leftRDD: RDD[Product], rightRDD: RDD[Product], leftExpressions: List[Expression], rightExpressions: List[Expression], joinCondition: Expression): RDD[Product]
  39. def performProjection(rdd: RDD[Product], projectList: Seq[NamedExpression], child: LogicalPlan): RDD[Product]
  40. def performProjection(rdd: RDD[Product], projectList: Seq[Expression], childExpressions: Seq[Expression], joinConditions: Seq[EqualTo]): RDD[Product]
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toPairRDD[T >: Product](tuples: RDD[Product], joinPositions: Seq[Int]): RDD[(Product, Product)]
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def trace(msg: ⇒ String, o: Any, os: Any*): Unit
    Definition Classes
    Logging
  45. def trace(msg: ⇒ String, e: Throwable): Unit
    Definition Classes
    Logging
  46. def trace(msg: ⇒ String): Unit
    Definition Classes
    Logging
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  50. def warn(msg: ⇒ String, o: Any, os: Any*): Unit
    Definition Classes
    Logging
  51. def warn(msg: ⇒ String, e: Throwable): Unit
    Definition Classes
    Logging
  52. def warn(msg: ⇒ String): Unit
    Definition Classes
    Logging

Inherited from Logging

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

Inherited from AnyRef

Inherited from Any

Ungrouped