com
.
truecar
.
mleap
.
runtime
ArrayRow
Related Doc:
package runtime
case class
ArrayRow
(
values:
Array
[
Any
]
)
extends
Row
with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
Row
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
ArrayRow
Serializable
Serializable
Product
Equals
Row
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Instance Constructors
new
ArrayRow
(
values:
Array
[
Any
]
)
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
apply
(
index:
Int
)
:
Any
Definition Classes
Row
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
dropIndex
(
index:
Int
)
:
Row
Definition Classes
ArrayRow
→
Row
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
get
(
index:
Int
)
:
Any
Definition Classes
ArrayRow
→
Row
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getDouble
(
index:
Int
)
:
Double
Definition Classes
Row
def
getString
(
index:
Int
)
:
String
Definition Classes
Row
def
getStringArray
(
index:
Int
)
:
Array
[
String
]
Definition Classes
Row
def
getVector
(
index:
Int
)
:
Vector
Definition Classes
Row
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
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
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
selectIndices
(
indices:
Int
*
)
:
Row
Definition Classes
ArrayRow
→
Row
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toArray
:
Array
[
Any
]
Definition Classes
ArrayRow
→
Row
def
toSeq
:
Seq
[
Any
]
Definition Classes
ArrayRow
→
Row
def
toString
()
:
String
Definition Classes
Row
→ AnyRef → Any
val
values
:
Array
[
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
(
...
)
def
withValue
(
value:
Any
)
:
Row
Definition Classes
ArrayRow
→
Row
def
withValue
(
f: (
Row
) ⇒
Any
)
:
Row
Definition Classes
Row
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
Row
Inherited from
AnyRef
Inherited from
Any
Ungrouped