vortex_expr

Type Alias ExprRef

Source
pub type ExprRef = Arc<dyn VortexExpr>;

Aliased Type§

struct ExprRef { /* private fields */ }

Trait Implementations§

Source§

impl VortexExprExt for ExprRef

Source§

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

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