CSVColumnDefinition

ra3.CSVColumnDefinition
See theCSVColumnDefinition companion trait

Attributes

Companion
trait
Experimental
true
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class F64Column(columnIndex: Int) extends CSVColumnDefinition

Double (64 bit floating point) column type with its 0-based column index in the CSV file

Double (64 bit floating point) column type with its 0-based column index in the CSV file

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class I32Column(columnIndex: Int) extends CSVColumnDefinition

Int (int32) column type with its 0-based column index in the CSV file

Int (int32) column type with its 0-based column index in the CSV file

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class I64Column(columnIndex: Int) extends CSVColumnDefinition

Long (int64) column type with its 0-based column index in the CSV file

Long (int64) column type with its 0-based column index in the CSV file

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class InstantColumn(columnIndex: Int, parser: Option[InstantFormat]) extends CSVColumnDefinition

Instant column type with its 0-based column index in the CSV file

Instant column type with its 0-based column index in the CSV file

Values are stored as milliseconds since epoch in 64-bit signed integers (long)

Value parameters

parser

String to java.time.Instant format

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class StrColumn(columnIndex: Int, missingValue: Option[String]) extends CSVColumnDefinition

Variable length string column type with its 0-based column index in the CSV file

Variable length string column type with its 0-based column index in the CSV file

Value parameters

missingValue

each exact match with this string is treated as missing value

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror