pub trait VortexExprExt {
// Required method
fn field_references(&self) -> HashSet<FieldName>;
}
Required Methods§
Sourcefn field_references(&self) -> HashSet<FieldName>
fn field_references(&self) -> HashSet<FieldName>
Accumulate all field references from this expression and its children in a set