Module deltalake::writer[][src]

Expand description

The writer module contains the DeltaWriter and DeltaWriterError definitions and provides a higher level API for performing Delta transaction writes to a given Delta Table.

Unlike the transaction API on DeltaTable, this higher level writer will also write out the parquet files

Structs

BufferedJsonWriter allows for buffering serde_json::Value rows before flushing to parquet files and a Delta transaction

Enums

The type of partition for a row being written to a writer