pub fn nvl2(arg_1: Expr, arg_2: Expr, arg_3: Expr) -> Expr
Returns value2 if value1 is not NULL; otherwise, it returns value3. Return $name(arg)