pub type Scope = BTreeMap<String, Value>;Expand description
The scope an expression evaluates against: column name → value. A missing name reads as
Null. Any Lookup works; this is the convenient owned form.
Aliased Type§
pub struct Scope { /* private fields */ }