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], 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], 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
    QueryPlan
  25. val connector: CassandraConnector
  26. lazy val containsChild: Set[TreeNode[_]]
    Definition Classes
    TreeNode
  27. def copyTagsFrom(other: SparkPlan): Unit
    Attributes
    protected
    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 finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  49. def find(f: (SparkPlan) ⇒ Boolean): Option[SparkPlan]
    Definition Classes
    TreeNode
  50. def flatMap[A](f: (SparkPlan) ⇒ TraversableOnce[A]): Seq[A]
    Definition Classes
    TreeNode
  51. def foreach(f: (SparkPlan) ⇒ Unit): Unit
    Definition Classes
    TreeNode
  52. def foreachUp(f: (SparkPlan) ⇒ Unit): Unit
    Definition Classes
    TreeNode
  53. def formattedNodeName: String
    Attributes
    protected
    Definition Classes
    QueryPlan
  54. def generateTreeString(depth: Int, lastChildren: Seq[Boolean], append: (String) ⇒ Unit, verbose: Boolean, prefix: String, addSuffix: Boolean, maxFields: Int, printNodeId: Boolean): Unit
    Definition Classes
    TreeNode
  55. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  56. def getTagValue[T](tag: TreeNodeTag[T]): Option[T]
    Definition Classes
    TreeNode
  57. def hashCode(): Int
    Definition Classes
    TreeNode → AnyRef → Any
  58. val id: Int
    Definition Classes
    SparkPlan
  59. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  60. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  61. def innerChildren: Seq[QueryPlan[_]]
    Definition Classes
    QueryPlan → TreeNode
  62. def inputSet: AttributeSet
    Definition Classes
    QueryPlan
  63. def isCanonicalizedPlan: Boolean
    Attributes
    protected
    Definition Classes
    QueryPlan
  64. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  65. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  66. val joinColumns: Seq[com.datastax.spark.connector.ColumnName]
  67. val joinExpressions: Seq[Expression]
  68. val joinType: JoinType
  69. def jsonFields: List[JField]
    Attributes
    protected
    Definition Classes
    TreeNode
  70. val keySource: SparkPlan
  71. val keyspace: String
  72. val left: SparkPlan
  73. val leftJoinCouplets: Seq[(Expression, Expression)]
  74. val leftKeys: Seq[Expression]
  75. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  76. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  77. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  78. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  79. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  80. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  81. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  82. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  83. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  84. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  85. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  86. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  87. def logicalLink: Option[LogicalPlan]
    Definition Classes
    SparkPlan
  88. def longMetric(name: String): SQLMetric
    Definition Classes
    SparkPlan
  89. def makeCopy(newArgs: Array[AnyRef]): SparkPlan
    Definition Classes
    SparkPlan → TreeNode
  90. def map[A](f: (SparkPlan) ⇒ A): Seq[A]
    Definition Classes
    TreeNode
  91. def mapChildren(f: (SparkPlan) ⇒ SparkPlan): SparkPlan
    Definition Classes
    TreeNode
  92. def mapExpressions(f: (Expression) ⇒ Expression): CassandraDirectJoinExec.this.type
    Definition Classes
    QueryPlan
  93. def mapProductIterator[B](f: (Any) ⇒ B)(implicit arg0: ClassTag[B]): Array[B]
    Attributes
    protected
    Definition Classes
    TreeNode
  94. lazy val metrics: Map[String, SQLMetric]
    Definition Classes
    CassandraDirectJoinExec → SparkPlan
  95. final def missingInput: AttributeSet
    Definition Classes
    QueryPlan
  96. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  97. def nodeName: String
    Definition Classes
    TreeNode
  98. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  99. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  100. val numOutputRows: SQLMetric
  101. def numberedTreeString: String
    Definition Classes
    TreeNode
  102. val origin: Origin
    Definition Classes
    TreeNode
  103. def otherCopyArgs: Seq[AnyRef]
    Attributes
    protected
    Definition Classes
    TreeNode
  104. val otherJoinCouplets: Seq[(Expression, Expression)]
  105. def output: Seq[Attribute]
    Definition Classes
    CassandraDirectJoinExec → QueryPlan
  106. def outputOrdering: Seq[SortOrder]
    Definition Classes
    SparkPlan
  107. def outputPartitioning: Partitioning
    Definition Classes
    SparkPlan
  108. lazy val outputSet: AttributeSet
    Definition Classes
    QueryPlan
    Annotations
    @transient()
  109. def p(number: Int): SparkPlan
    Definition Classes
    TreeNode
  110. val pkJoinCoulplets: Seq[(Expression, Expression)]
  111. final def prepare(): Unit
    Definition Classes
    SparkPlan
  112. def prepareSubqueries(): Unit
    Attributes
    protected
    Definition Classes
    SparkPlan
  113. def prettyJson: String
    Definition Classes
    TreeNode
  114. val primaryKeys: IndexedSeq[String]
  115. def printSchema(): Unit
    Definition Classes
    QueryPlan
  116. def producedAttributes: AttributeSet
    Definition Classes
    QueryPlan
  117. val readConf: ReadConf
  118. lazy val references: AttributeSet
    Definition Classes
    QueryPlan
    Annotations
    @transient()
  119. def requiredChildDistribution: Seq[Distribution]
    Definition Classes
    SparkPlan
  120. def requiredChildOrdering: Seq[Seq[SortOrder]]
    Definition Classes
    SparkPlan
  121. def resetMetrics(): Unit
    Definition Classes
    SparkPlan
  122. val right: SparkPlan
  123. val rightKeys: Seq[Expression]
  124. final def sameResult(other: SparkPlan): Boolean
    Definition Classes
    QueryPlan
  125. lazy val schema: StructType
    Definition Classes
    QueryPlan
  126. def schemaString: String
    Definition Classes
    QueryPlan
  127. val selectedColumns: IndexedSeq[ColumnRef]
  128. final def semanticHash(): Int
    Definition Classes
    QueryPlan
  129. def setLogicalLink(logicalPlan: LogicalPlan): Unit
    Definition Classes
    SparkPlan
  130. def setTagValue[T](tag: TreeNodeTag[T], value: T): Unit
    Definition Classes
    TreeNode
  131. def simpleString(maxFields: Int): String
    Definition Classes
    CassandraDirectJoinExec → QueryPlan → TreeNode
  132. def simpleStringWithNodeId(): String
    Definition Classes
    QueryPlan → TreeNode
  133. def sparkContext: SparkContext
    Attributes
    protected
    Definition Classes
    SparkPlan
  134. final val sqlContext: SQLContext
    Definition Classes
    SparkPlan
  135. def statePrefix: String
    Attributes
    protected
    Definition Classes
    QueryPlan
  136. def stringArgs: Iterator[Any]
    Attributes
    protected
    Definition Classes
    TreeNode
  137. def subqueries: Seq[SparkPlan]
    Definition Classes
    QueryPlan
  138. def subqueriesAll: Seq[SparkPlan]
    Definition Classes
    QueryPlan
  139. def supportsColumnar: Boolean
    Definition Classes
    SparkPlan
  140. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  141. val table: String
  142. def toJSON: String
    Definition Classes
    TreeNode
  143. def toString(): String
    Definition Classes
    TreeNode → AnyRef → Any
  144. def transform(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  145. def transformAllExpressions(rule: PartialFunction[Expression, Expression]): CassandraDirectJoinExec.this.type
    Definition Classes
    QueryPlan
  146. def transformDown(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  147. def transformExpressions(rule: PartialFunction[Expression, Expression]): CassandraDirectJoinExec.this.type
    Definition Classes
    QueryPlan
  148. def transformExpressionsDown(rule: PartialFunction[Expression, Expression]): CassandraDirectJoinExec.this.type
    Definition Classes
    QueryPlan
  149. def transformExpressionsUp(rule: PartialFunction[Expression, Expression]): CassandraDirectJoinExec.this.type
    Definition Classes
    QueryPlan
  150. def transformUp(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  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(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  160. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  161. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  162. def waitForSubqueries(): Unit
    Attributes
    protected
    Definition Classes
    SparkPlan
  163. val whereClause: CqlWhereClause
  164. def withNewChildren(newChildren: Seq[SparkPlan]): SparkPlan
    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