com.intenthq.pucket

writer

package writer

Visibility
  1. Public
  2. All

Type Members

  1. case class IncrementalPartitionedWriter[T] extends Writer[T, (Long, Throwable)] with PartitionedWriterFunctions[T, (Long, Throwable), IncrementalPartitionedWriter[T]] with Product with Serializable

    Incremental partitioned parquet writer Provides incremental writing for partitioned puckets Any error will return with the minimum checkpoint of the current set of writers

  2. case class IncrementalWriter[T] extends Writer[T, (Long, Throwable)] with Product with Serializable

    Incremental functional writer class for parquet

  3. case class PartitionedWriter[T] extends Writer[T, Throwable] with PartitionedWriterFunctions[T, Throwable, PartitionedWriter[T]] with Product with Serializable

    Partitioned parquet writer Allows a pucket to be written to with a partitioning scheme

  4. trait PartitionedWriterFunctions[T, Ex, ImplementingType] extends AnyRef

    Partitioned writer mixin provides partitioning to a writer type

  5. trait Writer[T, Ex] extends AnyRef

    Trait for functional wrappers of parquet writers

Ungrouped