RecordType

wvlet.airframe.codec.DataType$.RecordType
case class RecordType(typeName: String, column: Seq[Column]) extends DataType

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait DataType
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def columnIndex(name: String): Int

Return the column index

Return the column index

Attributes

def columnType(index: Int): Column

Attributes

index

0-origin index

def columnType(name: String): Column
override def signature: String

Attributes

Definition Classes
def size: Int
override def typeArgs: Seq[DataType]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
DataType -> Any
Inherited from:
DataType