Commits


Ritchie Vink authored and Andrew Lamb committed 8abb93655d4
ARROW-11430: [Rust] zip kernel: combine arrays based on boolean mask This PR proposes a kernel that combines two arrays based on a boolean mask. It reuses the logic from the filter kernel to efficiently skip chunks that evaluate false/true. Closes #9363 from ritchie46/zip_kernel Authored-by: Ritchie Vink <ritchie46@gmail.com> Signed-off-by: Andrew Lamb <andrew@nerdnetworks.org>