tests_fuzz::ir

Function replace_default

Source
pub fn replace_default(
    rows: &[Vec<RowValue>],
    table_ctx_ref: &TableContextRef,
    insert_expr: &InsertIntoExpr,
) -> Vec<Vec<RowValue>>
Expand description

Replace Value::Default with the corresponding default value in the rows for comparison.