Class/Object

org.apache.spark.sql.cassandra

CassandraSQLRow

Related Docs: object CassandraSQLRow | package cassandra

Permalink

final class CassandraSQLRow extends GettableData with Row with Serializable

Linear Supertypes
Row, GettableData, GettableByIndexData, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CassandraSQLRow
  2. Row
  3. GettableData
  4. GettableByIndexData
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CassandraSQLRow(metaData: CassandraRowMetadata, columnValues: IndexedSeq[AnyRef])

    Permalink

Value Members

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def anyNull: Boolean

    Permalink
    Definition Classes
    Row
  7. def apply(i: Int): AnyRef

    Permalink
    Definition Classes
    CassandraSQLRow → Row
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val columnValues: IndexedSeq[AnyRef]

    Permalink
    Definition Classes
    CassandraSQLRowGettableByIndexData
  11. def contains(name: String): Boolean

    Permalink

    Returns true if column with given name is defined and has an entry in the underlying value array, i.e.

    Returns true if column with given name is defined and has an entry in the underlying value array, i.e. was requested in the result set. For columns having null value, returns true.

    Definition Classes
    GettableData
  12. def copy(): CassandraSQLRow

    Permalink
    Definition Classes
    CassandraSQLRow → Row
  13. def dataAsString: String

    Permalink

    Displays the content in human readable form, including the names and values of the columns

    Displays the content in human readable form, including the names and values of the columns

    Definition Classes
    GettableDataGettableByIndexData
  14. def ensuring(cond: (CassandraSQLRow) ⇒ Boolean, msg: ⇒ Any): CassandraSQLRow

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  19. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    Row → AnyRef → Any
  20. def fieldIndex(name: String): Int

    Permalink
    Definition Classes
    Row
  21. def fieldNames: CassandraRowMetadata

    Permalink
    Attributes
    protected
  22. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from CassandraSQLRow to StringFormat[CassandraSQLRow] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. def get(i: Int): Any

    Permalink
    Definition Classes
    CassandraSQLRow → Row
  25. def getAs[T](fieldName: String): T

    Permalink
    Definition Classes
    Row
  26. def getAs[T](i: Int): T

    Permalink
    Definition Classes
    Row
  27. def getBoolean(i: Int): Boolean

    Permalink
    Definition Classes
    CassandraSQLRow → Row
  28. def getByte(i: Int): Byte

    Permalink
    Definition Classes
    CassandraSQLRow → Row
  29. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  30. def getDate(i: Int): Date

    Permalink
    Definition Classes
    Row
  31. def getDecimal(i: Int): BigDecimal

    Permalink
    Definition Classes
    Row
  32. def getDouble(i: Int): Double

    Permalink
    Definition Classes
    CassandraSQLRow → Row
  33. def getFloat(i: Int): Float

    Permalink
    Definition Classes
    CassandraSQLRow → Row
  34. def getInt(i: Int): Int

    Permalink
    Definition Classes
    CassandraSQLRow → Row
  35. def getJavaMap[K, V](i: Int): Map[K, V]

    Permalink
    Definition Classes
    Row
  36. def getList[T](i: Int): List[T]

    Permalink
    Definition Classes
    Row
  37. def getLong(i: Int): Long

    Permalink
    Definition Classes
    CassandraSQLRow → Row
  38. def getMap[K, V](i: Int): Map[K, V]

    Permalink
    Definition Classes
    Row
  39. def getRaw(name: String): AnyRef

    Permalink

    Returns a column value by aliased name without applying any conversion.

    Returns a column value by aliased name without applying any conversion. The underlying type is the same as the type returned by the low-level Cassandra driver, is implementation defined and may change in the future. Cassandra nulls are returned as Scala nulls.

    Definition Classes
    GettableData
  40. def getRaw(index: Int): AnyRef

    Permalink

    Returns a column value by index without applying any conversion.

    Returns a column value by index without applying any conversion. The underlying type is the same as the type returned by the low-level Cassandra driver, is implementation defined and may change in the future. Cassandra nulls are returned as Scala nulls.

    Definition Classes
    GettableByIndexData
  41. def getRawCql(name: String): AnyRef

    Permalink

    Returns a column value by cql Name

    Returns a column value by cql Name

    Definition Classes
    GettableData
  42. def getSeq[T](i: Int): Seq[T]

    Permalink
    Definition Classes
    Row
  43. def getShort(i: Int): Short

    Permalink
    Definition Classes
    CassandraSQLRow → Row
  44. def getString(i: Int): String

    Permalink
    Definition Classes
    CassandraSQLRow → Row
  45. def getStruct(i: Int): Row

    Permalink
    Definition Classes
    Row
  46. def getTimestamp(i: Int): Timestamp

    Permalink
    Definition Classes
    Row
  47. def getValuesMap[T](fieldNames: Seq[String]): Map[String, T]

    Permalink
    Definition Classes
    Row
  48. def hashCode(): Int

    Permalink
    Definition Classes
    Row → AnyRef → Any
  49. def indexOf(name: String): Int

    Permalink

    Returns index of column with given name or -1 if column not found

    Returns index of column with given name or -1 if column not found

    Definition Classes
    GettableData
  50. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  51. def isNullAt(i: Int): Boolean

    Permalink

    Returns true if column value is Cassandra null

    Returns true if column value is Cassandra null

    Definition Classes
    CassandraSQLRow → Row → GettableByIndexData
  52. def isNullAt(name: String): Boolean

    Permalink

    Returns true if column value is Cassandra null

    Returns true if column value is Cassandra null

    Definition Classes
    GettableData
  53. def length: Int

    Permalink

    Total number of columns in this row.

    Total number of columns in this row. Includes columns with null values.

    Definition Classes
    GettableByIndexData
  54. val metaData: CassandraRowMetadata

    Permalink
    Definition Classes
    CassandraSQLRowGettableData
  55. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    Row
  56. def mkString(sep: String): String

    Permalink
    Definition Classes
    Row
  57. def mkString: String

    Permalink
    Definition Classes
    Row
  58. def nameOf(index: Int): String

    Permalink

    Returns the name of the i-th column.

    Returns the name of the i-th column.

    Definition Classes
    GettableData
  59. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  60. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  61. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  62. def schema: StructType

    Permalink
    Definition Classes
    Row
  63. def size: Int

    Permalink

    Total number of columns in this row.

    Total number of columns in this row. Includes columns with null values.

    Definition Classes
    CassandraSQLRow → Row → GettableByIndexData
  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  65. def toSeq: Seq[Any]

    Permalink
    Definition Classes
    CassandraSQLRow → Row
  66. def toString(): String

    Permalink
    Definition Classes
    Row → AnyRef → Any
  67. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. def [B](y: B): (CassandraSQLRow, B)

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

Inherited from Row

Inherited from GettableData

Inherited from GettableByIndexData

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped