Class/Object

quasar.yggdrasil.table

ArrayHomogeneousArrayColumn

Related Docs: object ArrayHomogeneousArrayColumn | package table

Permalink

class ArrayHomogeneousArrayColumn[A] extends HomogeneousArrayColumn[A] with ArrayColumn[Array[A]]

Linear Supertypes
ArrayColumn[Array[A]], ExtensibleColumn, DefinedAtIndex, HomogeneousArrayColumn[A], (Int) ⇒ Array[A], Column, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ArrayHomogeneousArrayColumn
  2. ArrayColumn
  3. ExtensibleColumn
  4. DefinedAtIndex
  5. HomogeneousArrayColumn
  6. Function1
  7. Column
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ArrayHomogeneousArrayColumn(defined: BitSet, values: Array[Array[A]])(tpe: CArrayType[A])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def andThen[A](g: (Array[A]) ⇒ A): (Int) ⇒ A

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  5. def apply(row: Int): Array[A]

    Permalink
    Definition Classes
    ArrayHomogeneousArrayColumnHomogeneousArrayColumn → Function1
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def cValue(row: Int): CArray[A]

    Permalink
    Definition Classes
    HomogeneousArrayColumnColumn
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def compose[A](g: (A) ⇒ Int): (A) ⇒ Array[A]

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  10. val defined: BitSet

    Permalink
  11. def definedAt(from: Int, to: Int): BitSet

    Permalink
    Definition Classes
    Column
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def isDefinedAt(row: Int): Boolean

    Permalink
    Definition Classes
    DefinedAtIndex
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. def jValue(row: Int): Nothing

    Permalink
    Definition Classes
    HomogeneousArrayColumnColumn
  20. def leafTpe: CValueType[_]

    Permalink
    Definition Classes
    HomogeneousArrayColumn
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def rowCompare(row1: Int, row2: Int): Int

    Permalink
    Definition Classes
    HomogeneousArrayColumnColumn
  25. def rowEq(row1: Int, row2: Int): Boolean

    Permalink
    Definition Classes
    HomogeneousArrayColumnColumn
  26. def select(i: Int): (Int) ⇒ Any with Column { ... /* 2 definitions in type refinement */ } forSome {type a}

    Permalink

    Returns a new Column that selects the i-th element from the underlying arrays.

    Returns a new Column that selects the i-th element from the underlying arrays.

    Definition Classes
    HomogeneousArrayColumn
  27. def strValue(row: Int): String

    Permalink
    Definition Classes
    HomogeneousArrayColumnColumn
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. def toString(): String

    Permalink
    Definition Classes
    Function1 → AnyRef → Any
  30. def toString(range: Range): String

    Permalink
    Definition Classes
    Column
  31. def toString(row: Int): String

    Permalink
    Definition Classes
    Column
  32. val tpe: CArrayType[A]

    Permalink
  33. def update(row: Int, value: Array[A]): Unit

    Permalink
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def |>(f1: CF1): Option[Column]

    Permalink
    Definition Classes
    Column

Inherited from ArrayColumn[Array[A]]

Inherited from ExtensibleColumn

Inherited from DefinedAtIndex

Inherited from HomogeneousArrayColumn[A]

Inherited from (Int) ⇒ Array[A]

Inherited from Column

Inherited from AnyRef

Inherited from Any

Ungrouped