jorgecarleitao / arrow2

Transmute-free Rust library to work with the Arrow format
Apache License 2.0
1.07k stars 221 forks source link

FixedSizeBinaryArray and COW #1601

Open ratal opened 6 months ago

ratal commented 6 months ago

As FixedSizeBinayArray is almost equivalent to PrimitiveArray (a Vec), it should have similar COW capabilities. So I would like to propose to add get_mut_values() method.