Skip to main content

map_expr

Function map_expr 

Source
pub fn map_expr(
    expr: &Expr,
    object: &str,
    warnings: &mut Vec<Warning>,
) -> Option<Expr>
Expand description

Convert a PG expression to a SQLite-compatible expression. Returns None if the expression should be dropped entirely.