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 66aad9d ARROW-9010: [Java] Framework and interface changes for
RecordBatch IPC buffer compression
add 697f141 ARROW-10016: [Rust] Implement is null / is not null kernels
No new revisions were added by this update.
Summary of changes:
rust/arrow/src/compute/kernels/boolean.rs | 239 ++++++++++++++++++++++-
rust/arrow/src/compute/kernels/filter.rs | 34 +++-
rust/datafusion/src/logical_plan/mod.rs | 8 +
rust/datafusion/src/physical_plan/expressions.rs | 119 ++++++++++-
rust/datafusion/src/physical_plan/planner.rs | 8 +
rust/datafusion/tests/sql.rs | 81 ++++++++
6 files changed, 483 insertions(+), 6 deletions(-)