ToParquet

com.github.mjakubowski84.parquet4s.SingleFileParquetSink.ToParquet
trait ToParquet

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def custom[T, B <: Builder[T, LazyRef(...)]](builder: B): CustomBuilder[T]

Creates a builder of a sink that processes data of a given type using a org.apache.parquet.hadoop.ParquetWriter built from a provided org.apache.parquet.hadoop.ParquetWriter.Builder.

Creates a builder of a sink that processes data of a given type using a org.apache.parquet.hadoop.ParquetWriter built from a provided org.apache.parquet.hadoop.ParquetWriter.Builder.

Type parameters

B

Type of custom org.apache.parquet.hadoop.ParquetWriter.Builder

T

Schema type

Attributes

Creates a builder of pipe that processes generic records

Creates a builder of pipe that processes generic records

Attributes

Creates a builder of pipe that processes data of given type

Creates a builder of pipe that processes data of given type

Type parameters

T

Schema type

Attributes