This is an automated email from the ASF dual-hosted git repository.
liukun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 0ba5c5bf4 Add DataType::is_nested() (#2707)
add 259a3028b Support bitwise and operation in the kernel (#2703)
No new revisions were added by this update.
Summary of changes:
arrow/src/compute/kernels/bitwise.rs | 109 +++++++++++++++++++++++++++++++++++
arrow/src/compute/kernels/mod.rs | 1 +
2 files changed, 110 insertions(+)
create mode 100644 arrow/src/compute/kernels/bitwise.rs