pub fn rows_to_sql_rows( rows: Vec<(u64, Row)>, schema: &TableSchema, ) -> Result<Vec<(u64, SqlRow)>>
Convert a batch of storage rows to SQL rows