Skip to content

Instantly share code, notes, and snippets.

@RussellSpitzer
Created January 31, 2015 21:25
Show Gist options
  • Select an option

  • Save RussellSpitzer/eac1bc453ae23c7780fa to your computer and use it in GitHub Desktop.

Select an option

Save RussellSpitzer/eac1bc453ae23c7780fa to your computer and use it in GitHub Desktop.
protected lazy val rowTransformer = {
logDebug("Row Transformer time")
logDebug(s"Table def null? ${tableDef == null}")
logDebug(s"Implictly[RowReaderFactory[R] null? ${implicitly[RowReaderFactory[R]] == null}")
logDebug(s"What is R? ${ct.toString()}")
implicitly[RowReaderFactory[R]].rowReader(tableDef)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment