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 ceac352 commit bc6fcc4Copy full SHA for bc6fcc4
1 file changed
vortex-compressor/src/compressor.rs
@@ -567,6 +567,7 @@ impl CascadingCompressor {
567
.into_array())
568
}
569
570
+ /// Compress very child slot of the array, then re-build it from them.
571
fn compress_physical_slots(
572
&self,
573
array: &ArrayRef,
0 commit comments