InstantColumn

ra3.CSVColumnDefinition.InstantColumn
case class InstantColumn(columnIndex: Int, parser: Option[InstantFormat]) extends CSVColumnDefinition

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

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product