org
.
apache
.
spark
.
sql
.
cassandra
CassandraSQLRow
Related Docs:
object CassandraSQLRow
|
package cassandra
final
class
CassandraSQLRow
extends
GettableData
with
Row
with
Serializable
Linear Supertypes
Row
,
GettableData
,
GettableByIndexData
,
Serializable
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
CassandraSQLRow
Row
GettableData
GettableByIndexData
Serializable
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
CassandraSQLRow
(
metaData:
CassandraRowMetadata
,
columnValues:
IndexedSeq
[
AnyRef
]
)
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
anyNull
:
Boolean
Definition Classes
Row
def
apply
(
i:
Int
)
:
AnyRef
Definition Classes
CassandraSQLRow
→ Row
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
columnValues
:
IndexedSeq
[
AnyRef
]
Definition Classes
CassandraSQLRow
→ GettableByIndexData
def
contains
(
name:
String
)
:
Boolean
Definition Classes
GettableData
def
copy
()
:
CassandraSQLRow
Definition Classes
CassandraSQLRow
→ Row
def
dataAsString
:
String
Definition Classes
GettableData → GettableByIndexData
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
o:
Any
)
:
Boolean
Definition Classes
Row → AnyRef → Any
def
fieldIndex
(
name:
String
)
:
Int
Definition Classes
Row
def
fieldNames
:
CassandraRowMetadata
Attributes
protected
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
get
(
i:
Int
)
:
Any
Definition Classes
CassandraSQLRow
→ Row
def
getAs
[
T
]
(
fieldName:
String
)
:
T
Definition Classes
Row
def
getAs
[
T
]
(
i:
Int
)
:
T
Definition Classes
Row
def
getBoolean
(
i:
Int
)
:
Boolean
Definition Classes
CassandraSQLRow
→ Row
def
getByte
(
i:
Int
)
:
Byte
Definition Classes
CassandraSQLRow
→ Row
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getDate
(
i:
Int
)
:
Date
Definition Classes
Row
def
getDecimal
(
i:
Int
)
:
BigDecimal
Definition Classes
Row
def
getDouble
(
i:
Int
)
:
Double
Definition Classes
CassandraSQLRow
→ Row
def
getFloat
(
i:
Int
)
:
Float
Definition Classes
CassandraSQLRow
→ Row
def
getInt
(
i:
Int
)
:
Int
Definition Classes
CassandraSQLRow
→ Row
def
getJavaMap
[
K
,
V
]
(
i:
Int
)
:
Map
[
K
,
V
]
Definition Classes
Row
def
getList
[
T
]
(
i:
Int
)
:
List
[
T
]
Definition Classes
Row
def
getLong
(
i:
Int
)
:
Long
Definition Classes
CassandraSQLRow
→ Row
def
getMap
[
K
,
V
]
(
i:
Int
)
:
Map
[
K
,
V
]
Definition Classes
Row
def
getRaw
(
name:
String
)
:
AnyRef
Definition Classes
GettableData
def
getRaw
(
index:
Int
)
:
AnyRef
Definition Classes
GettableByIndexData
def
getRawCql
(
name:
String
)
:
AnyRef
Definition Classes
GettableData
def
getSeq
[
T
]
(
i:
Int
)
:
Seq
[
T
]
Definition Classes
Row
def
getShort
(
i:
Int
)
:
Short
Definition Classes
CassandraSQLRow
→ Row
def
getString
(
i:
Int
)
:
String
Definition Classes
CassandraSQLRow
→ Row
def
getStruct
(
i:
Int
)
:
Row
Definition Classes
Row
def
getTimestamp
(
i:
Int
)
:
Timestamp
Definition Classes
Row
def
getValuesMap
[
T
]
(
fieldNames:
Seq
[
String
]
)
:
Map
[
String
,
T
]
Definition Classes
Row
def
hashCode
()
:
Int
Definition Classes
Row → AnyRef → Any
def
indexOf
(
name:
String
)
:
Int
Definition Classes
GettableData
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
isNullAt
(
i:
Int
)
:
Boolean
Definition Classes
CassandraSQLRow
→ Row → GettableByIndexData
def
isNullAt
(
name:
String
)
:
Boolean
Definition Classes
GettableData
def
length
:
Int
Definition Classes
GettableByIndexData
val
metaData
:
CassandraRowMetadata
Definition Classes
CassandraSQLRow
→ GettableData
def
mkString
(
start:
String
,
sep:
String
,
end:
String
)
:
String
Definition Classes
Row
def
mkString
(
sep:
String
)
:
String
Definition Classes
Row
def
mkString
:
String
Definition Classes
Row
def
nameOf
(
index:
Int
)
:
String
Definition Classes
GettableData
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
schema
:
StructType
Definition Classes
Row
def
size
:
Int
Definition Classes
CassandraSQLRow
→ Row → GettableByIndexData
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toSeq
:
Seq
[
Any
]
Definition Classes
CassandraSQLRow
→ Row
def
toString
()
:
String
Definition Classes
Row → 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
(
...
)
Inherited from
Row
Inherited from
GettableData
Inherited from
GettableByIndexData
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped