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() @IntrinsicCandidate()
  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 genMapper[A, B](f: (A) ⇒ B): (A) ⇒ B
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. def info(msg: ⇒ String, o: Any, os: Any*): Unit
    Definition Classes
    Logging
  25. def info(msg: ⇒ String, e: Throwable): Unit
    Definition Classes
    Logging
  26. def info(msg: ⇒ String): Unit
    Definition Classes
    Logging
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def joinConditionsFor(expr: Expression): List[EqualTo]
  29. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  30. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  31. val logger: Logger
    Attributes
    protected
    Definition Classes
    PlanExecutor
  32. def mergeKeyValue(pair: (Product, (Product, Product)), joinPositions: Seq[Int]): Product
  33. def mergedRDD(tuples: RDD[(Product, (Product, Product))], joinPositions: Seq[Int]): RDD[Product]
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  37. def performJoin(leftRDD: RDD[Product], rightRDD: RDD[Product], leftExpressions: List[Expression], rightExpressions: List[Expression], joinCondition: Expression): RDD[Product]
  38. def performProjection(rdd: RDD[Product], projectList: Seq[NamedExpression], child: LogicalPlan): RDD[Product]
  39. def performProjection(rdd: RDD[Product], projectList: Seq[Expression], childExpressions: Seq[Expression], joinConditions: Seq[EqualTo]): RDD[Product]
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. def toPairRDD[T >: Product](tuples: RDD[Product], joinPositions: Seq[Int]): RDD[(Product, Product)]
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. def trace(msg: ⇒ String, o: Any, os: Any*): Unit
    Definition Classes
    Logging
  44. def trace(msg: ⇒ String, e: Throwable): Unit
    Definition Classes
    Logging
  45. def trace(msg: ⇒ String): Unit
    Definition Classes
    Logging
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  48. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def warn(msg: ⇒ String, o: Any, os: Any*): Unit
    Definition Classes
    Logging
  50. def warn(msg: ⇒ String, e: Throwable): Unit
    Definition Classes
    Logging
  51. def warn(msg: ⇒ String): Unit
    Definition Classes
    Logging

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Logging

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

Inherited from AnyRef

Inherited from Any

Ungrouped