StrColumn

ra3.CSVColumnDefinition.StrColumn
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

Value parameters

missingValue

each exact match with this string is treated as missing value

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