We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabd2aa commit ca64ec2Copy full SHA for ca64ec2
vortex-array/src/arrays/chunked/compute/zip.rs
@@ -13,6 +13,9 @@ use crate::compute::ZipKernelAdapter;
13
use crate::compute::zip;
14
use crate::register_kernel;
15
16
+// Push down the zip call to the chunks. Without this kernel
17
+// the default implementation canonicalises the chunked array
18
+// then zips once.
19
impl ZipKernel for ChunkedVTable {
20
fn zip(
21
&self,
0 commit comments