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