mz_sql::pure::postgres

Function generate_column_casts

Source
pub(crate) fn generate_column_casts(
    scx: &StatementContext<'_>,
    table: &PostgresTableDesc,
    text_columns: &Vec<Ident>,
) -> Result<Vec<(CastType, MirScalarExpr)>, PlanError>