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