org.apache.spark.sql.cassandra

InsertIntoCassandraTable

case class InsertIntoCassandraTable(cassandraRelation: CassandraRelation, childPlan: SparkPlan, overwrite: Boolean)(cc: CassandraSQLContext) extends SparkPlan with UnaryNode with Product with Serializable

Self Type
InsertIntoCassandraTable with Product
Annotations
@DeveloperApi()
Linear Supertypes
Product, Equals, UnaryNode, UnaryNode[SparkPlan], SparkPlan, Serializable, Serializable, Logging, QueryPlan[SparkPlan], TreeNode[SparkPlan], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InsertIntoCassandraTable
  2. Product
  3. Equals
  4. UnaryNode
  5. UnaryNode
  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 InsertIntoCassandraTable(cassandraRelation: CassandraRelation, childPlan: SparkPlan, overwrite: Boolean)(cc: 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 InsertIntoCassandraTable to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (InsertIntoCassandraTable, B)

    Implicit information
    This member is added by an implicit conversion from InsertIntoCassandraTable to ArrowAssoc[InsertIntoCassandraTable] 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 cassandraRelation: CassandraRelation

  13. val cc: CassandraSQLContext

  14. def child: SparkPlan

    Definition Classes
    InsertIntoCassandraTable → UnaryNode
  15. val childPlan: SparkPlan

  16. def children: List[SparkPlan]

    Definition Classes
    UnaryNode
  17. def clone(): AnyRef

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

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

    Definition Classes
    TreeNode
  20. def ensuring(cond: (InsertIntoCassandraTable) ⇒ Boolean, msg: ⇒ Any): InsertIntoCassandraTable

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

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

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

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

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

    Definition Classes
    InsertIntoCassandraTable → SparkPlan
  26. def executeCollect(): Array[catalyst.expressions.Row]

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

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

    Definition Classes
    TreeNode
  29. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  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 formatted(fmtstr: String): String

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

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

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

    Attributes
    protected
    Definition Classes
    TreeNode
  36. def inputSet: AttributeSet

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

    Definition Classes
    Any
  38. def isTraceEnabled(): Boolean

    Attributes
    protected
    Definition Classes
    Logging
  39. def log: Logger

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  46. def logName: String

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

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

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

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

    Attributes
    protected
    Definition Classes
    Logging
  51. def makeCopy(newArgs: Array[AnyRef]): InsertIntoCassandraTable.this

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

    Definition Classes
    TreeNode
  53. def mapChildren(f: (SparkPlan) ⇒ SparkPlan): InsertIntoCassandraTable.this

    Definition Classes
    TreeNode
  54. def missingInput: AttributeSet

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    SparkPlan
  60. def nodeName: String

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

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

    Definition Classes
    AnyRef
  63. def numberedTreeString: String

    Definition Classes
    TreeNode
  64. def otherCopyArgs: List[CassandraSQLContext]

    Definition Classes
    InsertIntoCassandraTable → TreeNode
  65. def output: Seq[Attribute]

    Definition Classes
    InsertIntoCassandraTable → QueryPlan
  66. def outputPartitioning: Partitioning

    Definition Classes
    UnaryNode → SparkPlan
  67. def outputSet: AttributeSet

    Definition Classes
    QueryPlan
  68. val overwrite: Boolean

  69. def printSchema(): Unit

    Definition Classes
    QueryPlan
  70. def references: AttributeSet

    Definition Classes
    QueryPlan
  71. def requiredChildDistribution: Seq[Distribution]

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

    Definition Classes
    QueryPlan
  73. def schemaString: String

    Definition Classes
    QueryPlan
  74. def simpleString: String

    Definition Classes
    QueryPlan → TreeNode
  75. def sparkContext: SparkContext

    Attributes
    protected
    Definition Classes
    SparkPlan
  76. val sqlContext: SQLContext

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

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

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

    Definition Classes
    AnyRef
  80. def toString(): String

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

    Definition Classes
    TreeNode
  82. def transformAllExpressions(rule: PartialFunction[Expression, Expression]): InsertIntoCassandraTable.this

    Definition Classes
    QueryPlan
  83. def transformChildrenDown(rule: PartialFunction[SparkPlan, SparkPlan]): InsertIntoCassandraTable.this

    Definition Classes
    TreeNode
  84. def transformChildrenUp(rule: PartialFunction[SparkPlan, SparkPlan]): InsertIntoCassandraTable.this

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

    Definition Classes
    TreeNode
  86. def transformExpressions(rule: PartialFunction[Expression, Expression]): InsertIntoCassandraTable.this

    Definition Classes
    QueryPlan
  87. def transformExpressionsDown(rule: PartialFunction[Expression, Expression]): InsertIntoCassandraTable.this

    Definition Classes
    QueryPlan
  88. def transformExpressionsUp(rule: PartialFunction[Expression, Expression]): InsertIntoCassandraTable.this

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

    Definition Classes
    TreeNode
  90. def treeString: String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  94. def withNewChildren(newChildren: Seq[SparkPlan]): InsertIntoCassandraTable.this

    Definition Classes
    TreeNode
  95. def [B](y: B): (InsertIntoCassandraTable, B)

    Implicit information
    This member is added by an implicit conversion from InsertIntoCassandraTable to ArrowAssoc[InsertIntoCassandraTable] 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 InsertIntoCassandraTable 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:
    (insertIntoCassandraTable: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from InsertIntoCassandraTable 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:
    (insertIntoCassandraTable: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: InsertIntoCassandraTable

    Implicit information
    This member is added by an implicit conversion from InsertIntoCassandraTable to ArrowAssoc[InsertIntoCassandraTable] 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:
    (insertIntoCassandraTable: ArrowAssoc[InsertIntoCassandraTable]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: InsertIntoCassandraTable

    Implicit information
    This member is added by an implicit conversion from InsertIntoCassandraTable to Ensuring[InsertIntoCassandraTable] 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:
    (insertIntoCassandraTable: Ensuring[InsertIntoCassandraTable]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Product

Inherited from Equals

Inherited from UnaryNode

Inherited from UnaryNode[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 InsertIntoCassandraTable to StringAdd

Inherited by implicit conversion any2stringfmt from InsertIntoCassandraTable to StringFormat

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

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

Ungrouped