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