Function dbgen::eval::compile_function

source ·
pub fn compile_function(
    ctx: &CompileContext,
    name: Function,
    args: &[impl AsValue]
) -> Result<Compiled, Error>
Expand description

Compiles a function with some value-like objects as input.