MCPcopy Create free account
hub / github.com/anse1/sqlsmith / nullif

Class nullif

expr.hh:81–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79};
80
81struct nullif : coalesce {
82 virtual ~nullif() { };
83 nullif(prod *p, sqltype *type_constraint = 0)
84 : coalesce(p, type_constraint, "nullif")
85 { };
86};
87
88struct bool_expr : value_expr {
89 virtual ~bool_expr() { }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected