Column

info.fingo.spata.schema.Column
final class Column[K <: Key, V]

CSV column representing schema field definition.

Columns are created by the schema add method.

Type parameters

K

type of column name - the singleton string

V

column type - CSV field value type

Value parameters

name

the name of column - CSV field name

validators

collection of optional validators for field value

Attributes

See also
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def toString: String

Gets string representation of column.

Gets string representation of column.

Attributes

Returns

short column description

Definition Classes
Any

Concrete fields

val name: K