Skip to content

Commit ca64ec2

Browse files
committed
docs
Signed-off-by: Onur Satici <[email protected]>
1 parent aabd2aa commit ca64ec2

File tree

1 file changed

+3
-0
lines changed
  • vortex-array/src/arrays/chunked/compute

1 file changed

+3
-0
lines changed

vortex-array/src/arrays/chunked/compute/zip.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ use crate::compute::ZipKernelAdapter;
1313
use crate::compute::zip;
1414
use crate::register_kernel;
1515

16+
// Push down the zip call to the chunks. Without this kernel
17+
// the default implementation canonicalises the chunked array
18+
// then zips once.
1619
impl ZipKernel for ChunkedVTable {
1720
fn zip(
1821
&self,

0 commit comments

Comments
 (0)