org.apache.spark.sql.cassandra

CassandraTableScan

Related Doc: package cassandra

case class CassandraTableScan(attributes: Seq[Attribute], relation: CassandraRelation, pushdownPred: Seq[Expression])(context: CassandraSQLContext) extends SparkPlan with LeafNode with Logging with Product with Serializable

Annotations
@DeveloperApi()
Linear Supertypes
Product, Equals, LeafNode, LeafNode[SparkPlan], SparkPlan, Serializable, Serializable, Logging, QueryPlan[SparkPlan], TreeNode[SparkPlan], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CassandraTableScan
  2. Product
  3. Equals
  4. LeafNode
  5. LeafNode
  6. SparkPlan
  7. Serializable
  8. Serializable
  9. Logging
  10. QueryPlan
  11. TreeNode
  12. AnyRef
  13. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CassandraTableScan(attributes: Seq[Attribute], relation: CassandraRelation, pushdownPred: Seq[Expression])(context: CassandraSQLContext)

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from CassandraTableScan to any2stringadd[CassandraTableScan] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CassandraTableScan, B)

    Implicit information
    This member is added by an implicit conversion from CassandraTableScan to ArrowAssoc[CassandraTableScan] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. def apply(number: Int): SparkPlan

    Definition Classes
    TreeNode
  7. def argString: String

    Definition Classes
    TreeNode
  8. def asCode: String

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

    Definition Classes
    Any
  10. val attributes: Seq[Attribute]

  11. def children: Seq[SparkPlan]

    Definition Classes
    LeafNode
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val codegenEnabled: Boolean

    Definition Classes
    SparkPlan
  14. def collect[B](pf: PartialFunction[SparkPlan, B]): Seq[B]

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

    Definition Classes
    TreeNode
  16. val context: CassandraSQLContext

  17. def doExecute(): RDD[catalyst.expressions.Row]

    Runs this query returning the result as an RDD[Row].

    Runs this query returning the result as an RDD[Row]. cast CassandraRDD to RDD[ROW]

    Definition Classes
    CassandraTableScan → SparkPlan
  18. def ensuring(cond: (CassandraTableScan) ⇒ Boolean, msg: ⇒ Any): CassandraTableScan

    Implicit information
    This member is added by an implicit conversion from CassandraTableScan to Ensuring[CassandraTableScan] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (CassandraTableScan) ⇒ Boolean): CassandraTableScan

    Implicit information
    This member is added by an implicit conversion from CassandraTableScan to Ensuring[CassandraTableScan] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: ⇒ Any): CassandraTableScan

    Implicit information
    This member is added by an implicit conversion from CassandraTableScan to Ensuring[CassandraTableScan] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): CassandraTableScan

    Implicit information
    This member is added by an implicit conversion from CassandraTableScan to Ensuring[CassandraTableScan] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. final def execute(): RDD[catalyst.expressions.Row]

    Definition Classes
    SparkPlan
  24. def executeCollect(): Array[catalyst.expressions.Row]

    Definition Classes
    SparkPlan
  25. def executeTake(n: Int): Array[catalyst.expressions.Row]

    Definition Classes
    SparkPlan
  26. def expressions: Seq[Expression]

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

    Definition Classes
    TreeNode
  28. def finalize(): Unit

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

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

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

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

    Definition Classes
    TreeNode
  33. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from CassandraTableScan to StringFormat[CassandraTableScan] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  34. def generateTreeString(depth: Int, builder: StringBuilder): StringBuilder

    Attributes
    protected
    Definition Classes
    TreeNode
  35. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  36. def getNodeNumbered(number: MutableInt): SparkPlan

    Attributes
    protected
    Definition Classes
    TreeNode
  37. def inputSet: AttributeSet

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

    Definition Classes
    Any
  39. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  40. def log: Logger

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  47. def logName: String

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  52. def makeCopy(newArgs: Array[AnyRef]): CassandraTableScan.this.type

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

    Definition Classes
    TreeNode
  54. def mapChildren(f: (SparkPlan) ⇒ SparkPlan): CassandraTableScan.this.type

    Definition Classes
    TreeNode
  55. def missingInput: AttributeSet

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

    Definition Classes
    AnyRef
  57. def newMutableProjection(expressions: Seq[Expression], inputSchema: Seq[Attribute]): () ⇒ MutableProjection

    Attributes
    protected
    Definition Classes
    SparkPlan
  58. def newOrdering(order: Seq[SortOrder], inputSchema: Seq[Attribute]): Ordering[catalyst.expressions.Row]

    Attributes
    protected
    Definition Classes
    SparkPlan
  59. def newPredicate(expression: Expression, inputSchema: Seq[Attribute]): (catalyst.expressions.Row) ⇒ Boolean

    Attributes
    protected
    Definition Classes
    SparkPlan
  60. def newProjection(expressions: Seq[Expression], inputSchema: Seq[Attribute]): Projection

    Attributes
    protected
    Definition Classes
    SparkPlan
  61. def nodeName: String

    Definition Classes
    TreeNode
  62. final def notify(): Unit

    Definition Classes
    AnyRef
  63. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  64. def numberedTreeString: String

    Definition Classes
    TreeNode
  65. val origin: Origin

    Definition Classes
    TreeNode
  66. def otherCopyArgs: Seq[AnyRef]

    Attributes
    protected
    Definition Classes
    TreeNode
  67. def output: Seq[Attribute]

    Definition Classes
    CassandraTableScan → QueryPlan
  68. def outputOrdering: Seq[SortOrder]

    Definition Classes
    SparkPlan
  69. def outputPartitioning: Partitioning

    Definition Classes
    SparkPlan
  70. def outputSet: AttributeSet

    Definition Classes
    QueryPlan
  71. def printSchema(): Unit

    Definition Classes
    QueryPlan
  72. val pushdownPred: Seq[Expression]

  73. def references: AttributeSet

    Definition Classes
    QueryPlan
  74. val relation: CassandraRelation

  75. def requiredChildDistribution: Seq[Distribution]

    Definition Classes
    SparkPlan
  76. def requiredChildOrdering: Seq[Seq[SortOrder]]

    Definition Classes
    SparkPlan
  77. lazy val schema: StructType

    Definition Classes
    QueryPlan
  78. def schemaString: String

    Definition Classes
    QueryPlan
  79. def simpleString: String

    Definition Classes
    QueryPlan → TreeNode
  80. def sparkContext: SparkContext

    Attributes
    protected
    Definition Classes
    SparkPlan
  81. final val sqlContext: SQLContext

    Attributes
    protected[org.apache.spark]
    Definition Classes
    SparkPlan
  82. def statePrefix: String

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

    Attributes
    protected
    Definition Classes
    TreeNode
  84. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  85. def toString(): String

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

    Definition Classes
    TreeNode
  87. def transformAllExpressions(rule: PartialFunction[Expression, Expression]): CassandraTableScan.this.type

    Definition Classes
    QueryPlan
  88. def transformChildrenDown(rule: PartialFunction[SparkPlan, SparkPlan]): CassandraTableScan.this.type

    Definition Classes
    TreeNode
  89. def transformChildrenUp(rule: PartialFunction[SparkPlan, SparkPlan]): CassandraTableScan.this.type

    Definition Classes
    TreeNode
  90. def transformDown(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan

    Definition Classes
    TreeNode
  91. def transformExpressions(rule: PartialFunction[Expression, Expression]): CassandraTableScan.this.type

    Definition Classes
    QueryPlan
  92. def transformExpressionsDown(rule: PartialFunction[Expression, Expression]): CassandraTableScan.this.type

    Definition Classes
    QueryPlan
  93. def transformExpressionsUp(rule: PartialFunction[Expression, Expression]): CassandraTableScan.this.type

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

    Definition Classes
    TreeNode
  95. def treeString: String

    Definition Classes
    TreeNode
  96. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  99. def withNewChildren(newChildren: Seq[SparkPlan]): CassandraTableScan.this.type

    Definition Classes
    TreeNode
  100. def [B](y: B): (CassandraTableScan, B)

    Implicit information
    This member is added by an implicit conversion from CassandraTableScan to ArrowAssoc[CassandraTableScan] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Product

Inherited from Equals

Inherited from LeafNode

Inherited from LeafNode[SparkPlan]

Inherited from SparkPlan

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from QueryPlan[SparkPlan]

Inherited from TreeNode[SparkPlan]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from CassandraTableScan to any2stringadd[CassandraTableScan]

Inherited by implicit conversion StringFormat from CassandraTableScan to StringFormat[CassandraTableScan]

Inherited by implicit conversion Ensuring from CassandraTableScan to Ensuring[CassandraTableScan]

Inherited by implicit conversion ArrowAssoc from CassandraTableScan to ArrowAssoc[CassandraTableScan]

Ungrouped