Attributes
- Companion
- trait
- Experimental
- true
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
CSVColumnDefinition.type
Members list
Type members
Classlikes
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 Serializabletrait Producttrait Equalstrait CSVColumnDefinitionclass Objecttrait Matchableclass AnyShow all
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 Serializabletrait Producttrait Equalstrait CSVColumnDefinitionclass Objecttrait Matchableclass AnyShow all
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 Serializabletrait Producttrait Equalstrait CSVColumnDefinitionclass Objecttrait Matchableclass AnyShow all
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 Serializabletrait Producttrait Equalstrait CSVColumnDefinitionclass Objecttrait Matchableclass AnyShow all
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 Serializabletrait Producttrait Equalstrait CSVColumnDefinitionclass Objecttrait Matchableclass AnyShow all
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror