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
andRwLock
, so cloning the instance allows multiple owners to have access to the same underlying buffer.
Functions§
- Convert a vector of json values to a RecordBatch