export_canonical_pipeline_expr

Function export_canonical_pipeline_expr 

Source
pub fn export_canonical_pipeline_expr(
    dtype: &DType,
    len: usize,
    expression: &dyn Operator,
    mask: &Mask,
) -> VortexResult<Canonical>
Expand description

Export canonical data from an operator expression with the given mask.