CsvReadContext

case class CsvReadContext(location: CodecPath, naming: Naming, caseSensitive: Boolean) extends TableApiContext[CsvReadContext]
Companion:
object
trait Product
trait Equals
trait TableApiContext[CsvReadContext]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def accumulatingError(name: String, errors: List[CsvDecoderException]): Accumulating
def cannotDecodeError(cause: String): CannotDecode
override def enterField(name: String): CsvReadContext
Definition Classes
TableApiContext
override def enterIndex(idx: Int): CsvReadContext
Definition Classes
TableApiContext
def getFieldName: String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product