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