Skip to main content

query_str_with_locals

Function query_str_with_locals 

Source
pub fn query_str_with_locals(
    expr_str: &str,
    frame: &DataFrame,
    locals: &BTreeMap<String, Scalar>,
    policy: &RuntimePolicy,
    ledger: &mut EvidenceLedger,
) -> Result<DataFrame, ExprError>