This is an automated email from the ASF dual-hosted git repository.

nevime pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from ba7ee65  ARROW-9967: [Python] Add compute module docs + expose more 
option classes
     add 20f2bd4  ARROW-10040: [Rust] Iterate over and combine boolean buffers 
with arbitrary offsets

No new revisions were added by this update.

Summary of changes:
 rust/arrow/benches/buffer_bit_ops.rs      | 144 +------------------
 rust/arrow/src/array/array.rs             |   9 +-
 rust/arrow/src/buffer.rs                  | 180 +++++++++++++++++-------
 rust/arrow/src/compute/kernels/boolean.rs |  96 ++++---------
 rust/arrow/src/compute/util.rs            |  55 +++-----
 rust/arrow/src/util/bit_chunk_iterator.rs | 223 ++++++++++++++++++++++++++++++
 rust/arrow/src/util/bit_util.rs           |   2 +-
 rust/arrow/src/util/mod.rs                |   1 +
 8 files changed, 408 insertions(+), 302 deletions(-)
 create mode 100644 rust/arrow/src/util/bit_chunk_iterator.rs

Reply via email to