object RleVectorI extends Serializable
The RleVectorI
object is the companion object for the RleVectorI
class.
- Alphabetic
- By Inheritance
- RleVectorI
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
apply(xs: Array[String]): RleVectorI
Create a
RleVectorI
from an array of Strings.Create a
RleVectorI
from an array of Strings. For numeric types, assign missing value indicator upon format failure.- xs
the array of the Strings
-
def
apply(x: Int, xs: Int*): RleVectorI
Create a
RleVectorI
from one or more values (repeated valuesInt
*).Create a
RleVectorI
from one or more values (repeated valuesInt
*).- x
the first
Int number
- xs
the rest of the
Int
numbers
-
def
apply(xs: Seq[Int]): RleVectorI
Create a
RleVectorI
from a sequence ofInt
.Create a
RleVectorI
from a sequence ofInt
.- xs
the sequence of the
Int
-
def
apply(y: VectoI): RleVectorI
Create a
RleVectorI
(i.e., Run Length Encoding compression) fromVectorI
.Create a
RleVectorI
(i.e., Run Length Encoding compression) fromVectorI
.- y
the
VectorI
to be compressed