mz_storage::source::postgres

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