case class CollectionColumnName(columnName: String, alias: Option[String] = None, collectionBehavior: CollectionBehavior = CollectionOverwrite) extends ColumnRef with Product with Serializable
References a collection column by name with insert instructions
- Alphabetic
- By Inheritance
- CollectionColumnName
- Serializable
- Serializable
- Product
- Equals
- ColumnRef
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new CollectionColumnName(columnName: String, alias: Option[String] = None, collectionBehavior: CollectionBehavior = CollectionOverwrite)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def add: CollectionColumnName
- val alias: Option[String]
- def append: CollectionColumnName
- def as(alias: String): CollectionColumnName
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val collectionBehavior: CollectionBehavior
-
val
columnName: String
Returns the column name which this selection bases on.
Returns the column name which this selection bases on. In case of a function, such as
ttl
orwritetime
, it returns the column name passed to that function.- Definition Classes
- CollectionColumnName → ColumnRef
-
val
cql: String
Returns a CQL phrase which has to be passed to the
SELECT
clause with appropriate quotation marks.Returns a CQL phrase which has to be passed to the
SELECT
clause with appropriate quotation marks.- Definition Classes
- CollectionColumnName → ColumnRef
-
def
cqlValueName: String
Returns a name of the value of this column in the CQL result set.
Returns a name of the value of this column in the CQL result set. Used when retrieving values form the CQL result set.
- Definition Classes
- CollectionColumnName → ColumnRef
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def overwrite: CollectionColumnName
- def prepend: CollectionColumnName
- def remove: CollectionColumnName
-
def
selectedAs: String
Returns the name of the column to be used by the user in the RDD item object.
Returns the name of the column to be used by the user in the RDD item object. If the column is selected into a CassandraRow, this name should be used to get the column value. Also this name will be matched to an object property by column mappers.
- Definition Classes
- CollectionColumnName → ColumnRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- CollectionColumnName → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()