deltalake_core::writer

Module utils

Source
Expand description

Handle JSON messages when writing to delta tables

Structs§

  • An in memory buffer that allows for shared ownership and interior mutability. The underlying buffer is wrapped in an Arc and RwLock, so cloning the instance allows multiple owners to have access to the same underlying buffer.

Functions§