deltalake_core::writer

Module record_batch

Source
Expand description

Main writer API to write record batches to Delta Table

Writes Arrow record batches to a Delta Table, handling partitioning and file statistics. Each Parquet file is buffered in-memory and only written once flush() is called on the writer. Once written, add actions are returned by the writer. It’s the users responsibility to create the transaction using those actions.

Structs§