Class

org.apache.spark.sql.cassandra.execution

CassandraDirectJoinExec

Related Doc: package execution

Permalink

case class CassandraDirectJoinExec(leftKeys: Seq[Expression], rightKeys: Seq[Expression], joinType: JoinType, cassandraSide: BuildSide, condition: Option[Expression], child: SparkPlan, aliasMap: Map[String, ExprId], 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. CassandraDirectJoinExec
  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 CassandraDirectJoinExec(leftKeys: Seq[Expression], rightKeys: Seq[Expression], joinType: JoinType, cassandraSide: BuildSide, condition: Option[Expression], child: SparkPlan, aliasMap: Map[String, ExprId], 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, ExprId]

    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. final lazy val canonicalized: SparkPlan

    Permalink
    Definition Classes
    QueryPlan
  11. val cassandraPlan: DataSourceScanExec

    Permalink
  12. val cassandraScan: CassandraTableScanRDD[_]

    Permalink
  13. val cassandraSchema: StructType

    Permalink
  14. val cassandraSide: BuildSide

    Permalink
  15. val child: SparkPlan

    Permalink
    Definition Classes
    CassandraDirectJoinExec → UnaryExecNode
  16. final def children: Seq[SparkPlan]

    Permalink
    Definition Classes
    UnaryExecNode → TreeNode
  17. def cleanupResources(): Unit

    Permalink
    Attributes
    protected[org.apache.spark.sql]
    Definition Classes
    SparkPlan
  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. def conf: SQLConf

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

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

    Permalink
    Attributes
    protected
  26. def doCanonicalize(): SparkPlan

    Permalink
    Attributes
    protected
    Definition Classes
    QueryPlan
  27. def doExecute(): RDD[InternalRow]

    Permalink

    Join type do the correct JoinWithCassandraTable Operation

    Join type do the correct JoinWithCassandraTable Operation

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SparkPlan
  38. val exprIdToCassandra: Map[ExprId, String]

    Permalink
  39. final def expressions: Seq[Expression]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode → AnyRef → Any
  49. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  50. def initializeLogIfNecessary(isInterpreter: Boolean): Unit

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

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

    Permalink
    Definition Classes
    QueryPlan
  53. def isCanonicalizedPlan: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    QueryPlan
  54. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
  57. val joinExpressions: Seq[Expression]

    Permalink
  58. val joinType: JoinType

    Permalink
  59. def jsonFields: List[JField]

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

    Permalink
  61. val keyspace: String

    Permalink
  62. val left: SparkPlan

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

    Permalink
  64. val leftKeys: Seq[Expression]

    Permalink
  65. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  81. def mapExpressions(f: (Expression) ⇒ Expression): CassandraDirectJoinExec.this.type

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

    Permalink
    Attributes
    protected
    Definition Classes
    TreeNode
  83. lazy val metrics: Map[String, SQLMetric]

    Permalink
    Definition Classes
    CassandraDirectJoinExec → SparkPlan
  84. def missingInput: AttributeSet

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  93. val numOutputRows: SQLMetric

    Permalink
  94. def numberedTreeString: String

    Permalink
    Definition Classes
    TreeNode
  95. val origin: Origin

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

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

    Permalink
  98. def output: Seq[Attribute]

    Permalink
    Definition Classes
    CassandraDirectJoinExec → QueryPlan
  99. def outputOrdering: Seq[SortOrder]

    Permalink
    Definition Classes
    SparkPlan
  100. def outputPartitioning: Partitioning

    Permalink
    Definition Classes
    SparkPlan
  101. def outputSet: AttributeSet

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

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

    Permalink
  104. final def prepare(): Unit

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

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

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

    Permalink
  108. def printSchema(): Unit

    Permalink
    Definition Classes
    QueryPlan
  109. def producedAttributes: AttributeSet

    Permalink
    Definition Classes
    QueryPlan
  110. val readConf: ReadConf

    Permalink
  111. def references: AttributeSet

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

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

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

    Permalink
    Definition Classes
    SparkPlan
  115. val right: SparkPlan

    Permalink
  116. val rightKeys: Seq[Expression]

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

    Permalink
    Definition Classes
    QueryPlan
  118. lazy val schema: StructType

    Permalink
    Definition Classes
    QueryPlan
  119. def schemaString: String

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

    Permalink
  121. final def semanticHash(): Int

    Permalink
    Definition Classes
    QueryPlan
  122. def simpleString: String

    Permalink
    Definition Classes
    CassandraDirectJoinExec → QueryPlan → TreeNode
  123. def sparkContext: SparkContext

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

    Permalink
    Definition Classes
    SparkPlan
  125. def statePrefix: String

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  130. val table: String

    Permalink
  131. def toJSON: String

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    TreeNode
  141. def treeString: String

    Permalink
    Definition Classes
    TreeNode
  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