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. final 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. 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
    DSEDirectJoinExec → 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. final def expressions: Seq[Expression]

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    QueryPlan
  52. def isCanonicalizedPlan: Boolean

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

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

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

    Permalink
  56. val joinExpressions: Seq[Expression]

    Permalink
  57. val joinType: JoinType

    Permalink
  58. def jsonFields: List[JField]

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

    Permalink
  60. val keyspace: String

    Permalink
  61. val left: SparkPlan

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

    Permalink
  63. val leftKeys: Seq[Expression]

    Permalink
  64. def log: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  92. val numOutputRows: SQLMetric

    Permalink
  93. def numberedTreeString: String

    Permalink
    Definition Classes
    TreeNode
  94. val origin: Origin

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

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

    Permalink
  97. def output: Seq[Attribute]

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

    Permalink
    Definition Classes
    SparkPlan
  99. def outputPartitioning: Partitioning

    Permalink
    Definition Classes
    SparkPlan
  100. def outputSet: AttributeSet

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

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

    Permalink
  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 verboseString: String

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

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

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

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

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

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

    Permalink
  148. 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