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

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


    from 0c914f8  ARROW-9632: [Rust] add a func "new" for 
ExecutionContextSchemaProvider
     add 62dfa11  ARROW-9523 [Rust] Improve filter kernel performance

No new revisions were added by this update.

Summary of changes:
 rust/arrow/Cargo.toml                    |   4 +
 rust/arrow/benches/filter_kernels.rs     | 152 +++++++
 rust/arrow/src/array/data.rs             |   1 +
 rust/arrow/src/buffer.rs                 |   2 +
 rust/arrow/src/compute/kernels/filter.rs | 656 +++++++++++++++++++++++++------
 rust/arrow/src/util/bit_util.rs          |  56 ++-
 6 files changed, 758 insertions(+), 113 deletions(-)
 create mode 100644 rust/arrow/benches/filter_kernels.rs

Reply via email to