Skip to main content

collect_properties

Function collect_properties 

Source
pub fn collect_properties(expr: &Expr) -> Vec<(String, String)>
Expand description

Collect all property accesses from an expression tree.

Returns a list of (variable, property) pairs needed for column projection.