pub fn export_canonical_pipeline( dtype: &DType, len: usize, pipeline: &mut dyn Kernel, mask: &Mask, ) -> VortexResult<Canonical>
Export canonical data from a pipeline kernel with the given mask.