merge_captures_with_boxed_lazy_args

Function merge_captures_with_boxed_lazy_args 

Source
pub fn merge_captures_with_boxed_lazy_args(
    captures: Option<&RecordBatch>,
    params: &[FieldRef],
    args: &[Box<dyn Fn() -> Result<ArrayRef>>],
) -> Result<RecordBatch>
Expand description

Variation of merge_captures_with_lazy_args that take boxed closures