pub fn write_row( row_writer: &mut RowWriter, row_idx: usize, schema: &Schema, columns: &[ArrayRef], ) -> usize
Stitch attributes of tuple in batch at row_idx and returns the tuple width
batch
row_idx