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