Packages

object RleVectorQ extends Serializable

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

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

  2. def apply(x: Rational, xs: Rational*): RleVectorQ

    Create a RleVectorQ from one or more values (repeated values Rational*).

    Create a RleVectorQ from one or more values (repeated values Rational*).

    x

    the first Rational number

    xs

    the rest of the Rational numbers

  3. def apply(xs: Seq[Rational]): RleVectorQ

    Create a RleVectorQ from a sequence of Rational.

    Create a RleVectorQ from a sequence of Rational.

    xs

    the sequence of the Rational

  4. def apply(y: VectoQ): RleVectorQ

    Create a RleVectorQ (i.e., Run Length Encoding compression) from VectorQ.

    Create a RleVectorQ (i.e., Run Length Encoding compression) from VectorQ.

    y

    the VectorQ to be compressed