Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
build_calc_fn in datafusion_jit::compile - Rust
[go: Go Back, main page]

pub fn build_calc_fn(
    assembler: &Assembler,
    jit_expr: JITExpr,
    inputs: Vec<(String, JITType)>,
    ret_type: JITType
) -> Result<GeneratedFunction>
Expand description

Wrap JIT Expr to array compute function.