Trait/Object

quasar.yggdrasil.table

HomogeneousArrayColumn

Related Docs: object HomogeneousArrayColumn | package table

Permalink

trait HomogeneousArrayColumn[A] extends Column with (Int) ⇒ Array[A]

Self Type
HomogeneousArrayColumn[A]
Linear Supertypes
(Int) ⇒ Array[A], Column, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HomogeneousArrayColumn
  2. Function1
  3. Column
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def apply(row: Int): Array[A]

    Permalink
    Definition Classes
    HomogeneousArrayColumn → Function1
  2. abstract def isDefinedAt(row: Int): Boolean

    Permalink
    Definition Classes
    HomogeneousArrayColumnColumn
  3. abstract val tpe: CArrayType[A]

    Permalink
    Definition Classes
    HomogeneousArrayColumnColumn

Concrete 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. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. def definedAt(from: Int, to: Int): BitSet

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    HomogeneousArrayColumnColumn
  23. 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.

  24. def strValue(row: Int): String

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

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

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

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

    Permalink
    Definition Classes
    Column
  29. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Column

Inherited from (Int) ⇒ Array[A]

Inherited from Column

Inherited from AnyRef

Inherited from Any

Ungrouped