fn build_arrow_array(
rows: &Rows,
col_idx: usize,
column_name: &String,
column_data_type: DataType,
row_count: usize,
) -> Result<ArrayRef>Expand description
Build a single Arrow array for the given column index from proto Rows.