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

Method ~nullif

expr.hh:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80
81struct nullif : coalesce {
82 virtual ~nullif() { };
83 nullif(prod *p, sqltype *type_constraint = 0)
84 : coalesce(p, type_constraint, "nullif")
85 { };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected