com.twitter.scalding.macros.impl
Uses prefixes for naming nested fields. For e.g. for the following nested case class:
case class Outer(id: Long, name: String, details: Inner) case class Inner(phone: Int)
the nested field's name will be "details.phone".
Uses prefixes for naming nested fields. For e.g. for the following nested case class:
the nested field's name will be "details.phone".