type SharedColumnChunk = Arc<Mutex<ArrowColumnChunkData>>;Expand description
A shared ArrowColumnChunkData
This allows it to be owned by ArrowPageWriter whilst allowing access via
ArrowRowGroupWriter on flush, without requiring self-referential borrows
Aliased Typeยง
struct SharedColumnChunk { /* private fields */ }