ParquetOut

gallia.parquet.origin.ParquetOut
object ParquetOut

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ParquetOut.type

Members list

Value members

Concrete methods

def writeParquetDirectly(path: ParquetFilePath)(parquetSchema: ParquetSchema)(f: ParquetWriter[ParquetRecord] => Unit): Unit
def writeParquetViaAvro(path: ParquetFilePath)(avroSchema: AvroSchema)(f: ParquetWriter[AvroRecord] => Unit): Unit