Class

org.apache.spark.sql.cassandra.execution

DSEDirectJoinExec

Related Doc: package execution

Permalink

case class DSEDirectJoinExec(leftKeys: Seq[Expression], rightKeys: Seq[Expression], joinType: JoinType, cassandraSide: BuildSide, condition: Option[Expression], child: SparkPlan, aliasMap: Map[String, Attribute], cassandraScan: CassandraTableScanRDD[_], cassandraPlan: DataSourceScanExec) extends SparkPlan with UnaryExecNode with Product with Serializable

A physical plan for performing a join against a CassandraTable given a set of keys.

Linear Supertypes
UnaryExecNode, SparkPlan, Serializable, Serializable, Logging, QueryPlan[SparkPlan], TreeNode[SparkPlan], Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DSEDirectJoinExec
  2. UnaryExecNode
  3. SparkPlan
  4. Serializable
  5. Serializable
  6. Logging
  7. QueryPlan
  8. TreeNode
  9. Product
  10. Equals
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DSEDirectJoinExec(leftKeys: Seq[Expression], rightKeys: Seq[Expression], joinType: JoinType, cassandraSide: BuildSide, condition: Option[Expression], child: SparkPlan, aliasMap: Map[String, Attribute], cassandraScan: CassandraTableScanRDD[_], cassandraPlan: DataSourceScanExec)

    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. val aliasMap: Map[String, Attribute]

    Permalink
  5. lazy val allAttributes: AttributeSeq

    Permalink
    Definition Classes
    QueryPlan
  6. def apply(number: Int): TreeNode[_]

    Permalink
    Definition Classes
    TreeNode
  7. def argString: String

    Permalink
    Definition Classes
    TreeNode
  8. def asCode: String

    Permalink
    Definition Classes
    TreeNode
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. val attributeToCassandra: Map[Attribute, String]

    Permalink
  11. lazy val canonicalized: SparkPlan

    Permalink
    Definition Classes
    QueryPlan
  12. val cassandraPlan: DataSourceScanExec

    Permalink
  13. val cassandraScan: CassandraTableScanRDD[_]

    Permalink
  14. val cassandraSchema: StructType

    Permalink
  15. val cassandraSide: BuildSide

    Permalink
  16. val child: SparkPlan

    Permalink
    Definition Classes
    DSEDirectJoinExec → UnaryExecNode
  17. final def children: Seq[SparkPlan]

    Permalink
    Definition Classes
    UnaryExecNode → TreeNode
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def collect[B](pf: PartialFunction[SparkPlan, B]): Seq[B]

    Permalink
    Definition Classes
    TreeNode
  20. def collectFirst[B](pf: PartialFunction[SparkPlan, B]): Option[B]

    Permalink
    Definition Classes
    TreeNode
  21. def collectLeaves(): Seq[SparkPlan]

    Permalink
    Definition Classes
    TreeNode
  22. val condition: Option[Expression]

    Permalink
  23. lazy val constraints: ExpressionSet

    Permalink
    Definition Classes
    QueryPlan
  24. lazy val containsChild: Set[TreeNode[_]]

    Permalink
    Definition Classes
    TreeNode
  25. def createResultProjection(): (InternalRow) ⇒ InternalRow

    Permalink
    Attributes
    protected
  26. def doExecute(): RDD[InternalRow]

    Permalink

    Join type do the correct JoinWithCassandraTable Operation

    Join type do the correct JoinWithCassandraTable Operation

    Attributes
    protected
    Definition Classes
    DSEDirectJoinExec → SparkPlan
  27. def doExecuteBroadcast[T](): Broadcast[T]

    Permalink
    Attributes
    protected[org.apache.spark.sql]
    Definition Classes
    SparkPlan
  28. def doPrepare(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SparkPlan
  29. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def execute(): RDD[InternalRow]

    Permalink
    Definition Classes
    SparkPlan
  31. final def executeBroadcast[T](): Broadcast[T]

    Permalink
    Definition Classes
    SparkPlan
  32. def executeCollect(): Array[InternalRow]

    Permalink
    Definition Classes
    SparkPlan
  33. def executeCollectPublic(): Array[Row]

    Permalink
    Definition Classes
    SparkPlan
  34. final def executeQuery[T](query: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    SparkPlan
  35. def executeTake(n: Int): Array[InternalRow]

    Permalink
    Definition Classes
    SparkPlan
  36. def executeToIterator(): Iterator[InternalRow]

    Permalink
    Definition Classes
    SparkPlan
  37. final def expressions: Seq[Expression]

    Permalink
    Definition Classes
    QueryPlan
  38. def fastEquals(other: TreeNode[_]): Boolean

    Permalink
    Definition Classes
    TreeNode
  39. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def find(f: (SparkPlan) ⇒ Boolean): Option[SparkPlan]

    Permalink
    Definition Classes
    TreeNode
  41. def flatMap[A](f: (SparkPlan) ⇒ TraversableOnce[A]): Seq[A]

    Permalink
    Definition Classes
    TreeNode
  42. def foreach(f: (SparkPlan) ⇒ Unit): Unit

    Permalink
    Definition Classes
    TreeNode
  43. def foreachUp(f: (SparkPlan) ⇒ Unit): Unit

    Permalink
    Definition Classes
    TreeNode
  44. def generateTreeString(depth: Int, lastChildren: Seq[Boolean], builder: StringBuilder, verbose: Boolean, prefix: String, addSuffix: Boolean): StringBuilder

    Permalink
    Definition Classes
    TreeNode
  45. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  46. def getRelevantConstraints(constraints: Set[Expression]): Set[Expression]

    Permalink
    Attributes
    protected
    Definition Classes
    QueryPlan
  47. def hashCode(): Int

    Permalink
    Definition Classes
    TreeNode → AnyRef → Any
  48. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  49. def innerChildren: Seq[QueryPlan[_]]

    Permalink
    Attributes
    protected
    Definition Classes
    QueryPlan → TreeNode
  50. def inputSet: AttributeSet

    Permalink
    Definition Classes
    QueryPlan
  51. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  52. def isTraceEnabled(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  53. val joinColumns: Seq[com.datastax.spark.connector.ColumnName]

    Permalink
  54. val joinExpressions: Seq[Expression]

    Permalink
  55. val joinType: JoinType

    Permalink
  56. def jsonFields: List[JField]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  57. val keySource: SparkPlan

    Permalink
  58. val keyspace: String

    Permalink
  59. val left: SparkPlan

    Permalink
  60. val leftJoinCouplets: Seq[(Expression, Expression)]

    Permalink
  61. val leftKeys: Seq[Expression]

    Permalink
  62. def log: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  63. def logDebug(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  64. def logDebug(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  65. def logError(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  66. def logError(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  67. def logInfo(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  68. def logInfo(msg: ⇒ String): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  70. def logTrace(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  71. def logTrace(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  72. def logWarning(msg: ⇒ String, throwable: Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  73. def logWarning(msg: ⇒ String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  74. def longMetric(name: String): SQLMetric

    Permalink
    Definition Classes
    SparkPlan
  75. def makeCopy(newArgs: Array[AnyRef]): SparkPlan

    Permalink
    Definition Classes
    SparkPlan → TreeNode
  76. def map[A](f: (SparkPlan) ⇒ A): Seq[A]

    Permalink
    Definition Classes
    TreeNode
  77. def mapChildren(f: (SparkPlan) ⇒ SparkPlan): SparkPlan

    Permalink
    Definition Classes
    TreeNode
  78. def mapExpressions(f: (Expression) ⇒ Expression): DSEDirectJoinExec.this.type

    Permalink
    Definition Classes
    QueryPlan
  79. def mapProductIterator[B](f: (Any) ⇒ B)(implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  80. def metadata: Map[String, String]

    Permalink
    Definition Classes
    SparkPlan
  81. lazy val metrics: Map[String, SQLMetric]

    Permalink
    Definition Classes
    DSEDirectJoinExec → SparkPlan
  82. def missingInput: AttributeSet

    Permalink
    Definition Classes
    QueryPlan
  83. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  84. def newMutableProjection(expressions: Seq[Expression], inputSchema: Seq[Attribute], useSubexprElimination: Boolean): MutableProjection

    Permalink
    Attributes
    protected
    Definition Classes
    SparkPlan
  85. def newNaturalAscendingOrdering(dataTypes: Seq[DataType]): Ordering[InternalRow]

    Permalink
    Attributes
    protected
    Definition Classes
    SparkPlan
  86. def newOrdering(order: Seq[SortOrder], inputSchema: Seq[Attribute]): Ordering[InternalRow]

    Permalink
    Attributes
    protected
    Definition Classes
    SparkPlan
  87. def newPredicate(expression: Expression, inputSchema: Seq[Attribute]): Predicate

    Permalink
    Attributes
    protected
    Definition Classes
    SparkPlan
  88. def nodeName: String

    Permalink
    Definition Classes
    TreeNode
  89. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  91. val numOutputRows: SQLMetric

    Permalink
  92. def numberedTreeString: String

    Permalink
    Definition Classes
    TreeNode
  93. val origin: Origin

    Permalink
    Definition Classes
    TreeNode
  94. def otherCopyArgs: Seq[AnyRef]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  95. val otherJoinCouplets: Seq[(Expression, Expression)]

    Permalink
  96. def output: Seq[Attribute]

    Permalink
    Definition Classes
    DSEDirectJoinExec → QueryPlan
  97. def outputOrdering: Seq[SortOrder]

    Permalink
    Definition Classes
    SparkPlan
  98. def outputPartitioning: Partitioning

    Permalink
    Definition Classes
    SparkPlan
  99. def outputSet: AttributeSet

    Permalink
    Definition Classes
    QueryPlan
  100. def p(number: Int): SparkPlan

    Permalink
    Definition Classes
    TreeNode
  101. val pkJoinCoulplets: Seq[(Expression, Expression)]

    Permalink
  102. def preCanonicalized: SparkPlan

    Permalink
    Attributes
    protected
    Definition Classes
    QueryPlan
  103. final def prepare(): Unit

    Permalink
    Definition Classes
    SparkPlan
  104. def prepareSubqueries(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SparkPlan
  105. def prettyJson: String

    Permalink
    Definition Classes
    TreeNode
  106. val primaryKeys: IndexedSeq[String]

    Permalink
  107. def printSchema(): Unit

    Permalink
    Definition Classes
    QueryPlan
  108. def producedAttributes: AttributeSet

    Permalink
    Definition Classes
    QueryPlan
  109. val readConf: ReadConf

    Permalink
  110. def references: AttributeSet

    Permalink
    Definition Classes
    QueryPlan
  111. def requiredChildDistribution: Seq[Distribution]

    Permalink
    Definition Classes
    SparkPlan
  112. def requiredChildOrdering: Seq[Seq[SortOrder]]

    Permalink
    Definition Classes
    SparkPlan
  113. def resetMetrics(): Unit

    Permalink
    Definition Classes
    SparkPlan
  114. val right: SparkPlan

    Permalink
  115. val rightKeys: Seq[Expression]

    Permalink
  116. final def sameResult(other: SparkPlan): Boolean

    Permalink
    Definition Classes
    QueryPlan
  117. lazy val schema: StructType

    Permalink
    Definition Classes
    QueryPlan
  118. def schemaString: String

    Permalink
    Definition Classes
    QueryPlan
  119. val selectedColumns: Seq[ColumnRef]

    Permalink
  120. final def semanticHash(): Int

    Permalink
    Definition Classes
    QueryPlan
  121. def simpleString: String

    Permalink
    Definition Classes
    DSEDirectJoinExec → QueryPlan → TreeNode
  122. def sparkContext: SparkContext

    Permalink
    Attributes
    protected
    Definition Classes
    SparkPlan
  123. final val sqlContext: SQLContext

    Permalink
    Definition Classes
    SparkPlan
  124. def statePrefix: String

    Permalink
    Attributes
    protected
    Definition Classes
    QueryPlan
  125. def stringArgs: Iterator[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  126. val subexpressionEliminationEnabled: Boolean

    Permalink
    Definition Classes
    SparkPlan
  127. def subqueries: Seq[SparkPlan]

    Permalink
    Definition Classes
    QueryPlan
  128. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  129. val table: String

    Permalink
  130. def toJSON: String

    Permalink
    Definition Classes
    TreeNode
  131. def toString(): String

    Permalink
    Definition Classes
    TreeNode → AnyRef → Any
  132. def transform(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan

    Permalink
    Definition Classes
    TreeNode
  133. def transformAllExpressions(rule: PartialFunction[Expression, Expression]): DSEDirectJoinExec.this.type

    Permalink
    Definition Classes
    QueryPlan
  134. def transformDown(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan

    Permalink
    Definition Classes
    TreeNode
  135. def transformExpressions(rule: PartialFunction[Expression, Expression]): DSEDirectJoinExec.this.type

    Permalink
    Definition Classes
    QueryPlan
  136. def transformExpressionsDown(rule: PartialFunction[Expression, Expression]): DSEDirectJoinExec.this.type

    Permalink
    Definition Classes
    QueryPlan
  137. def transformExpressionsUp(rule: PartialFunction[Expression, Expression]): DSEDirectJoinExec.this.type

    Permalink
    Definition Classes
    QueryPlan
  138. def transformUp(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan

    Permalink
    Definition Classes
    TreeNode
  139. def treeString(verbose: Boolean, addSuffix: Boolean): String

    Permalink
    Definition Classes
    TreeNode
  140. def treeString: String

    Permalink
    Definition Classes
    TreeNode
  141. def validConstraints: Set[Expression]

    Permalink
    Attributes
    protected
    Definition Classes
    QueryPlan
  142. def verboseString: String

    Permalink
    Definition Classes
    QueryPlan → TreeNode
  143. def verboseStringWithSuffix: String

    Permalink
    Definition Classes
    TreeNode
  144. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  147. def waitForSubqueries(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SparkPlan
  148. val whereClause: CqlWhereClause

    Permalink
  149. def withNewChildren(newChildren: Seq[SparkPlan]): SparkPlan

    Permalink
    Definition Classes
    TreeNode

Inherited from UnaryExecNode

Inherited from SparkPlan

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from QueryPlan[SparkPlan]

Inherited from TreeNode[SparkPlan]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped