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