pub fn build_table_scan_i32( a: (&str, &Vec<i32>), b: (&str, &Vec<i32>), c: (&str, &Vec<i32>), ) -> Arc<dyn ExecutionPlan>
Returns memory table scan wrapped around record batch with 3 columns of i32