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