vortex_expr

Trait VortexExprExt

Source
pub trait VortexExprExt {
    // Required method
    fn references(&self) -> HashSet<FieldName>;
}

Required Methods§

Source

fn references(&self) -> HashSet<FieldName>

Accumulate all field references from this expression and its children in a set

Implementors§