Skip to main content

bind_formula

Function bind_formula 

Source
pub fn bind_formula<F>(
    formula: &mut FormulaExpr,
    lookup: &F,
    positional: &[Value],
    bind_filter_fn: &impl Fn(&mut FilterExpr, &F, &[Value]) -> Result<(), QqlError>,
) -> Result<(), QqlError>
where F: Fn(&str) -> Option<Value>,
Expand description

Recursively bind parameters into a FormulaExpr in-place.