org.apache.spark.sql.cassandra

CassandraTableScan

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 any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

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

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def apply(number: Int): SparkPlan

    Definition Classes
    TreeNode
  9. def argString: String

    Definition Classes
    TreeNode
  10. def asCode: String

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

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

  13. def children: Nil.type

    Definition Classes
    LeafNode
  14. def clone(): AnyRef

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

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

    Definition Classes
    TreeNode
  17. val context: CassandraSQLContext

  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 any2Ensuring 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 any2Ensuring 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 any2Ensuring 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def execute(): 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
  24. def executeCollect(): Array[catalyst.expressions.Row]

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

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

    Definition Classes
    TreeNode
  27. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def flatMap[A](f: (SparkPlan) ⇒ TraversableOnce[A]): Seq[A]

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    TreeNode
  34. def inputSet: AttributeSet

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

    Definition Classes
    Any
  36. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  37. def log: Logger

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  44. def logName: String

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

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

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

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

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

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

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

    Definition Classes
    TreeNode
  52. def missingInput: AttributeSet

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    SparkPlan
  58. def nodeName: String

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

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

    Definition Classes
    AnyRef
  61. def numberedTreeString: String

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

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

    Definition Classes
    CassandraTableScan → QueryPlan
  64. def outputPartitioning: Partitioning

    Definition Classes
    SparkPlan
  65. def outputSet: AttributeSet

    Definition Classes
    QueryPlan
  66. def printSchema(): Unit

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

  68. def references: AttributeSet

    Definition Classes
    QueryPlan
  69. val relation: CassandraRelation

  70. def requiredChildDistribution: Seq[Distribution]

    Definition Classes
    SparkPlan
  71. def schema: catalyst.types.StructType

    Definition Classes
    QueryPlan
  72. def schemaString: String

    Definition Classes
    QueryPlan
  73. def simpleString: String

    Definition Classes
    QueryPlan → TreeNode
  74. def sparkContext: SparkContext

    Attributes
    protected
    Definition Classes
    SparkPlan
  75. val sqlContext: SQLContext

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

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

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

    Definition Classes
    AnyRef
  79. def toString(): String

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

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

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

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

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

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

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

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

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

    Definition Classes
    TreeNode
  89. def treeString: String

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

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

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

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

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

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from CassandraTableScan to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (cassandraTableScan: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from CassandraTableScan to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (cassandraTableScan: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: CassandraTableScan

    Implicit information
    This member is added by an implicit conversion from CassandraTableScan to ArrowAssoc[CassandraTableScan] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (cassandraTableScan: ArrowAssoc[CassandraTableScan]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: CassandraTableScan

    Implicit information
    This member is added by an implicit conversion from CassandraTableScan to Ensuring[CassandraTableScan] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (cassandraTableScan: Ensuring[CassandraTableScan]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

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 StringAdd

Inherited by implicit conversion any2stringfmt from CassandraTableScan to StringFormat

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

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

Ungrouped