pub fn nvl(arg1: Expr, arg2: Expr) -> Expr
Returns value2 if value1 is NULL; otherwise it returns value1