Function datafusion::physical_plan::test::build_table_scan_i32

source ยท
pub fn build_table_scan_i32(
    a: (&str, &Vec<i32>),
    b: (&str, &Vec<i32>),
    c: (&str, &Vec<i32>)
) -> Arc<dyn ExecutionPlan>
Expand description

returns memory table scan wrapped around record batch with 3 columns of i32