Type Definition datafusion::exec::CompiledExpr
[−]
[src]
type CompiledExpr = Box<Fn(&Batch) -> Result<Rc<Value>, ExecutionError>>;
Compiled Expression (basically just a closure to evaluate the expression at runtime)