com.github.mjakubowski84.parquet4s.ParquetWriter
See theParquetWriter companion object
trait ParquetWriter[T] extends Closeable
Type class that allows to write data which schema is represented by type T. Path and options are meant to be set by implementation of the trait.
Type parameters
- T
-
schema of data to write
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article