maps a given column that has to be a property container to a case class
maps a given column that has to be a property container to a case class
type of case class
name of the column
Iterator[T]
(Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.
add additional as[T] interface where T has to be a case class