Packages

object RleVectorS extends Serializable

The RleVectorS object is the companion object for the RleVectorS class.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RleVectorS
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. 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

  2. def apply(x: StrNum, xs: StrNum*): RleVectorS

    Create a RleVectorS from one or more values (repeated values StrNum*).

    Create a RleVectorS from one or more values (repeated values StrNum*).

    x

    the first StrNum number

    xs

    the rest of the StrNum numbers

  3. def apply(xs: Seq[StrNum]): RleVectorS

    Create a RleVectorS from a sequence of StrNum.

    Create a RleVectorS from a sequence of StrNum.

    xs

    the sequence of the StrNum

  4. def apply(y: VectoS): RleVectorS

    Create a RleVectorS (i.e., Run Length Encoding compression) from VectorS.

    Create a RleVectorS (i.e., Run Length Encoding compression) from VectorS.

    y

    the VectorS to be compressed