Function script::python::rspython::copr_impl::rspy_exec_parsed

source ยท
pub(crate) fn rspy_exec_parsed(
    copr: &Coprocessor,
    rb: &Option<RecordBatch>,
    params: &HashMap<String, String>,
    eval_ctx: &EvalContext,
) -> Result<RecordBatch>
Expand description

Using RustPython to run a parsed Coprocessor struct as input to execute python code