Skip to main content

ValueBindings

Type Alias ValueBindings 

Source
pub type ValueBindings = HashMap<ParameterName, Value>;
Expand description

Parameter-name โ†’ value lookup passed to Expression::eval.

Aliased rather than newtyped so callers can build bindings however is convenient โ€” from iterators, from a hand-constructed HashMap, whatever. A later slice can upgrade this to a trait once the plan- binder lands.

Aliased Typeยง

pub struct ValueBindings { /* private fields */ }