Function mz_storage::source::postgres::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