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 Serializabletrait Producttrait Equalstrait CSVColumnDefinitionclass Objecttrait Matchableclass Any
Members list
In this article