pub fn build_table_i32_two_cols( a: (&str, &Vec<i32>), b: (&str, &Vec<i32>), ) -> RecordBatch
Returns record batch with 2 columns of i32 in memory