pub fn reorder_rows_trusted( rows: &[Params], table: &Table, ) -> Result<Vec<Vec<Value>>>
Reorder all rows for a table without coercion (trusted mode).
Used when validation is skipped for pre-validated internal data.