pub fn prepare_insert_row_constraints(
table: &mut dyn Table,
schema: &Schema,
compiled: &[(String, SharedProgram)],
row: &mut Row,
vm: &mut ExprVM,
) -> Result<()>Expand description
Materialize generated values, then validate the exact row to be published.