apache / arrow-rs

Official Rust implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
2.62k stars 802 forks source link

Allow NullBuffer construction directly from array #6769

Open findepi opened 20 hours ago

findepi commented 20 hours ago

Which issue does this PR close?

none

Rationale for this change

For convenience and API compatibility with Buffer.

What changes are included in this PR?

Are there any user-facing changes?

yes, new NullBuffer::from variant