[][src]Type Definition datafusion::execution::expression::ArrayFunction

type ArrayFunction = Rc<dyn Fn(&RecordBatch) -> Result<ArrayRef>>;

Function that accepts a RecordBatch and returns an ArrayRef