Packages

object RleVectorT extends Serializable

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

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RleVectorT
  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]): 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

  2. def apply(x: TimeNum, xs: TimeNum*): RleVectorT

    Create a RleVectorT from one or more values (repeated values TimeNum*).

    Create a RleVectorT from one or more values (repeated values TimeNum*).

    x

    the first TimeNum number

    xs

    the rest of the TimeNum numbers

  3. def apply(xs: Seq[TimeNum]): RleVectorT

    Create a RleVectorT from a sequence of TimeNum.

    Create a RleVectorT from a sequence of TimeNum.

    xs

    the sequence of the TimeNum

  4. def apply(y: VectoT): RleVectorT

    Create a RleVectorT (i.e., Run Length Encoding compression) from VectorT.

    Create a RleVectorT (i.e., Run Length Encoding compression) from VectorT.

    y

    the VectorT to be compressed