Packages

c

org.apache.spark.sql.cassandra.execution

CassandraDirectJoinExec

case class CassandraDirectJoinExec(leftKeys: Seq[Expression], rightKeys: Seq[Expression], joinType: JoinType, cassandraSide: BuildSide, condition: Option[Expression], child: SparkPlan, aliasMap: Map[String, ExprId], cassandraPlan: BatchScanExec) 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], SQLConfHelper, 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. SQLConfHelper
  9. TreeNode
  10. Product
  11. Equals
  12. AnyRef
  13. 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], cassandraPlan: BatchScanExec)

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. val aliasMap: Map[String, ExprId]
  5. lazy val allAttributes: AttributeSeq
    Definition Classes
    QueryPlan
  6. def apply(number: Int): TreeNode[_]
    Definition Classes
    TreeNode
  7. def argString(maxFields: Int): String
    Definition Classes
    TreeNode
  8. def asCode: String
    Definition Classes
    TreeNode
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. final lazy val canonicalized: SparkPlan
    Definition Classes
    QueryPlan
    Annotations
    @transient()
  11. val cassandraPlan: BatchScanExec
  12. def cassandraScan: CassandraScan
  13. val cassandraSchema: StructType
  14. val cassandraSide: BuildSide
  15. val child: SparkPlan
    Definition Classes
    CassandraDirectJoinExec → UnaryExecNode
  16. final def children: Seq[SparkPlan]
    Definition Classes
    UnaryExecNode → TreeNode
  17. def cleanupResources(): Unit
    Attributes
    protected[sql]
    Definition Classes
    SparkPlan
  18. def clone(): SparkPlan
    Definition Classes
    TreeNode → AnyRef
  19. def collect[B](pf: PartialFunction[SparkPlan, B]): Seq[B]
    Definition Classes
    TreeNode
  20. def collectFirst[B](pf: PartialFunction[SparkPlan, B]): Option[B]
    Definition Classes
    TreeNode
  21. def collectLeaves(): Seq[SparkPlan]
    Definition Classes
    TreeNode
  22. def collectWithSubqueries[B](f: PartialFunction[SparkPlan, B]): Seq[B]
    Definition Classes
    QueryPlan
  23. val condition: Option[Expression]
  24. def conf: SQLConf
    Definition Classes
    SQLConfHelper
  25. val connector: CassandraConnector
  26. lazy val containsChild: Set[TreeNode[_]]
    Definition Classes
    TreeNode
  27. def copyTagsFrom(other: SparkPlan): Unit
    Definition Classes
    TreeNode
  28. val cqlQueryParts: CqlQueryParts
  29. def createResultProjection(): (InternalRow) ⇒ InternalRow
    Attributes
    protected
  30. def doCanonicalize(): SparkPlan
    Attributes
    protected
    Definition Classes
    QueryPlan
  31. def doExecute(): RDD[InternalRow]

    Join type do the correct JoinWithCassandraTable Operation

    Join type do the correct JoinWithCassandraTable Operation

    Attributes
    protected
    Definition Classes
    CassandraDirectJoinExec → SparkPlan
  32. def doExecuteBroadcast[T](): Broadcast[T]
    Attributes
    protected[sql]
    Definition Classes
    SparkPlan
  33. def doExecuteColumnar(): RDD[ColumnarBatch]
    Attributes
    protected
    Definition Classes
    SparkPlan
  34. def doPrepare(): Unit
    Attributes
    protected
    Definition Classes
    SparkPlan
  35. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def execute(): RDD[InternalRow]
    Definition Classes
    SparkPlan
  37. final def executeBroadcast[T](): Broadcast[T]
    Definition Classes
    SparkPlan
  38. def executeCollect(): Array[InternalRow]
    Definition Classes
    SparkPlan
  39. def executeCollectPublic(): Array[Row]
    Definition Classes
    SparkPlan
  40. final def executeColumnar(): RDD[ColumnarBatch]
    Definition Classes
    SparkPlan
  41. final def executeQuery[T](query: ⇒ T): T
    Attributes
    protected
    Definition Classes
    SparkPlan
  42. def executeTail(n: Int): Array[InternalRow]
    Definition Classes
    SparkPlan
  43. def executeTake(n: Int): Array[InternalRow]
    Definition Classes
    SparkPlan
  44. def executeToIterator(): Iterator[InternalRow]
    Definition Classes
    SparkPlan
  45. val exprIdToCassandra: Map[ExprId, String]
  46. final def expressions: Seq[Expression]
    Definition Classes
    QueryPlan
  47. def fastEquals(other: TreeNode[_]): Boolean
    Definition Classes
    TreeNode
  48. def find(f: (SparkPlan) ⇒ Boolean): Option[SparkPlan]
    Definition Classes
    TreeNode
  49. def flatMap[A](f: (SparkPlan) ⇒ TraversableOnce[A]): Seq[A]
    Definition Classes
    TreeNode
  50. def foreach(f: (SparkPlan) ⇒ Unit): Unit
    Definition Classes
    TreeNode
  51. def foreachUp(f: (SparkPlan) ⇒ Unit): Unit
    Definition Classes
    TreeNode
  52. def formattedNodeName: String
    Attributes
    protected
    Definition Classes
    QueryPlan
  53. def generateTreeString(depth: Int, lastChildren: Seq[Boolean], append: (String) ⇒ Unit, verbose: Boolean, prefix: String, addSuffix: Boolean, maxFields: Int, printNodeId: Boolean, indent: Int): Unit
    Definition Classes
    TreeNode
  54. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  55. def getTagValue[T](tag: TreeNodeTag[T]): Option[T]
    Definition Classes
    TreeNode
  56. def hashCode(): Int
    Definition Classes
    TreeNode → AnyRef → Any
  57. val id: Int
    Definition Classes
    SparkPlan
  58. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  59. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  60. def innerChildren: Seq[QueryPlan[_]]
    Definition Classes
    QueryPlan → TreeNode
  61. def inputSet: AttributeSet
    Definition Classes
    QueryPlan
  62. def isCanonicalizedPlan: Boolean
    Attributes
    protected
    Definition Classes
    QueryPlan
  63. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  64. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  65. val joinColumns: Seq[com.datastax.spark.connector.ColumnName]
  66. val joinExpressions: Seq[Expression]
  67. val joinType: JoinType
  68. def jsonFields: List[JField]
    Attributes
    protected
    Definition Classes
    TreeNode
  69. val keySource: SparkPlan
  70. val keyspace: String
  71. val left: SparkPlan
  72. val leftJoinCouplets: Seq[(Expression, Expression)]
  73. val leftKeys: Seq[Expression]
  74. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  75. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  76. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  77. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  78. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  79. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  80. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  81. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  82. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  83. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  84. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  85. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  86. def logicalLink: Option[LogicalPlan]
    Definition Classes
    SparkPlan
  87. def longMetric(name: String): SQLMetric
    Definition Classes
    SparkPlan
  88. def makeCopy(newArgs: Array[AnyRef]): SparkPlan
    Definition Classes
    SparkPlan → TreeNode
  89. def map[A](f: (SparkPlan) ⇒ A): Seq[A]
    Definition Classes
    TreeNode
  90. def mapChildren(f: (SparkPlan) ⇒ SparkPlan): SparkPlan
    Definition Classes
    TreeNode
  91. def mapExpressions(f: (Expression) ⇒ Expression): CassandraDirectJoinExec.this.type
    Definition Classes
    QueryPlan
  92. def mapProductIterator[B](f: (Any) ⇒ B)(implicit arg0: ClassTag[B]): Array[B]
    Attributes
    protected
    Definition Classes
    TreeNode
  93. lazy val metrics: Map[String, SQLMetric]
    Definition Classes
    CassandraDirectJoinExec → SparkPlan
  94. final def missingInput: AttributeSet
    Definition Classes
    QueryPlan
  95. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  96. def nodeName: String
    Definition Classes
    TreeNode
  97. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  98. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  99. val numOutputRows: SQLMetric
  100. def numberedTreeString: String
    Definition Classes
    TreeNode
  101. val origin: Origin
    Definition Classes
    TreeNode
  102. def otherCopyArgs: Seq[AnyRef]
    Attributes
    protected
    Definition Classes
    TreeNode
  103. val otherJoinCouplets: Seq[(Expression, Expression)]
  104. def output: Seq[Attribute]
    Definition Classes
    CassandraDirectJoinExec → QueryPlan
  105. def outputOrdering: Seq[SortOrder]
    Definition Classes
    SparkPlan
  106. def outputPartitioning: Partitioning
    Definition Classes
    SparkPlan
  107. lazy val outputSet: AttributeSet
    Definition Classes
    QueryPlan
    Annotations
    @transient()
  108. def p(number: Int): SparkPlan
    Definition Classes
    TreeNode
  109. val pkJoinCoulplets: Seq[(Expression, Expression)]
  110. final def prepare(): Unit
    Definition Classes
    SparkPlan
  111. def prepareSubqueries(): Unit
    Attributes
    protected
    Definition Classes
    SparkPlan
  112. def prettyJson: String
    Definition Classes
    TreeNode
  113. val primaryKeys: IndexedSeq[String]
  114. def printSchema(): Unit
    Definition Classes
    QueryPlan
  115. def producedAttributes: AttributeSet
    Definition Classes
    QueryPlan
  116. val readConf: ReadConf
  117. lazy val references: AttributeSet
    Definition Classes
    QueryPlan
    Annotations
    @transient()
  118. def requiredChildDistribution: Seq[Distribution]
    Definition Classes
    SparkPlan
  119. def requiredChildOrdering: Seq[Seq[SortOrder]]
    Definition Classes
    SparkPlan
  120. def resetMetrics(): Unit
    Definition Classes
    SparkPlan
  121. val right: SparkPlan
  122. val rightKeys: Seq[Expression]
  123. final def sameResult(other: SparkPlan): Boolean
    Definition Classes
    QueryPlan
  124. lazy val schema: StructType
    Definition Classes
    QueryPlan
  125. def schemaString: String
    Definition Classes
    QueryPlan
  126. val selectedColumns: IndexedSeq[ColumnRef]
  127. final def semanticHash(): Int
    Definition Classes
    QueryPlan
  128. def setLogicalLink(logicalPlan: LogicalPlan): Unit
    Definition Classes
    SparkPlan
  129. def setTagValue[T](tag: TreeNodeTag[T], value: T): Unit
    Definition Classes
    TreeNode
  130. def simpleString(maxFields: Int): String
    Definition Classes
    CassandraDirectJoinExec → QueryPlan → TreeNode
  131. def simpleStringWithNodeId(): String
    Definition Classes
    QueryPlan → TreeNode
  132. def sparkContext: SparkContext
    Attributes
    protected
    Definition Classes
    SparkPlan
  133. final val sqlContext: SQLContext
    Definition Classes
    SparkPlan
  134. def statePrefix: String
    Attributes
    protected
    Definition Classes
    QueryPlan
  135. def stringArgs: Iterator[Any]
    Attributes
    protected
    Definition Classes
    TreeNode
  136. def subqueries: Seq[SparkPlan]
    Definition Classes
    QueryPlan
  137. def subqueriesAll: Seq[SparkPlan]
    Definition Classes
    QueryPlan
  138. def supportsColumnar: Boolean
    Definition Classes
    SparkPlan
  139. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  140. val table: String
  141. def toJSON: String
    Definition Classes
    TreeNode
  142. def toString(): String
    Definition Classes
    TreeNode → AnyRef → Any
  143. def transform(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  144. def transformAllExpressions(rule: PartialFunction[Expression, Expression]): CassandraDirectJoinExec.this.type
    Definition Classes
    QueryPlan
  145. def transformDown(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  146. def transformExpressions(rule: PartialFunction[Expression, Expression]): CassandraDirectJoinExec.this.type
    Definition Classes
    QueryPlan
  147. def transformExpressionsDown(rule: PartialFunction[Expression, Expression]): CassandraDirectJoinExec.this.type
    Definition Classes
    QueryPlan
  148. def transformExpressionsUp(rule: PartialFunction[Expression, Expression]): CassandraDirectJoinExec.this.type
    Definition Classes
    QueryPlan
  149. def transformUp(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  150. def transformUpWithNewOutput(rule: PartialFunction[SparkPlan, (SparkPlan, Seq[(Attribute, Attribute)])], skipCond: (SparkPlan) ⇒ Boolean, canGetOutput: (SparkPlan) ⇒ Boolean): SparkPlan
    Definition Classes
    QueryPlan
  151. def treeString(append: (String) ⇒ Unit, verbose: Boolean, addSuffix: Boolean, maxFields: Int, printOperatorId: Boolean): Unit
    Definition Classes
    TreeNode
  152. final def treeString(verbose: Boolean, addSuffix: Boolean, maxFields: Int, printOperatorId: Boolean): String
    Definition Classes
    TreeNode
  153. final def treeString: String
    Definition Classes
    TreeNode
  154. def unsetTagValue[T](tag: TreeNodeTag[T]): Unit
    Definition Classes
    TreeNode
  155. def vectorTypes: Option[Seq[String]]
    Definition Classes
    SparkPlan
  156. def verboseString(maxFields: Int): String
    Definition Classes
    QueryPlan → TreeNode
  157. def verboseStringWithOperatorId(): String
    Definition Classes
    UnaryExecNode → QueryPlan
  158. def verboseStringWithSuffix(maxFields: Int): String
    Definition Classes
    TreeNode
  159. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  160. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  161. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  162. def waitForSubqueries(): Unit
    Attributes
    protected
    Definition Classes
    SparkPlan
  163. val whereClause: CqlWhereClause
  164. def withNewChildren(newChildren: Seq[SparkPlan]): SparkPlan
    Definition Classes
    TreeNode

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from UnaryExecNode

Inherited from SparkPlan

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from QueryPlan[SparkPlan]

Inherited from SQLConfHelper

Inherited from TreeNode[SparkPlan]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped