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