Skip to main content

cast_row

Function cast_row 

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

Casts a text row into the target types