Skip to main content

reorder_rows_trusted

Function reorder_rows_trusted 

Source
pub fn reorder_rows_trusted(
    rows: &[Params],
    table: &TableDef,
) -> Result<Vec<Vec<Value>>>
Expand description

Reorder all rows for a table without coercion (trusted mode).

Used when validation is skipped for pre-validated internal data.