Column

dfhdl.lib.algebra.Column
abstract class Column[ET <: DFType, RN <: Int & Singleton](val elemType: ET, val rowNum: RN) extends Frontend[DFVector[ET <:! DFTypeAny, Tuple1[RN]]]

Attributes

Graph
Supertypes
class Frontend[DFVector[ET <:! DFTypeAny, Tuple1[RN]]]
trait CustomId
trait Id
trait Serializable
trait Product
trait Equals
trait HasTypeName
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type ActualType = DFVector[ET <:! DFTypeAny, Tuple1[RN]]

Attributes

Inherited from:
Frontend

Value members

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals
def productArity: Int

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product
def productElementName(n: Int): String

Attributes

Inherited from:
Product
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def productPrefix: String

Attributes

Inherited from:
Product

Concrete fields

val elemType: ET
val rowNum: RN

Inherited fields

lazy val typeName: String

Attributes

Inherited from:
HasTypeName