pub type ExprRef = Arc<dyn VortexExpr>;Aliased Type§
struct ExprRef { /* private fields */ }Trait Implementations§
Source§impl VortexExprExt for ExprRef
impl VortexExprExt for ExprRef
Source§fn references(&self) -> HashSet<FieldName>
fn references(&self) -> HashSet<FieldName>
Accumulate all field references from this expression and its children in a set