fn cast_row(
    casts: &[MirScalarExpr],
    datums: &[Datum<'_>],
    row: &mut Row
) -> Result<(), DefiniteError>
Expand description

Casts a text row into the target types