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

Method distinct_pred

expr.cc:137–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137distinct_pred::distinct_pred(prod *p) : bool_binop(p)
138{
139 lhs = make_shared<column_reference>(this);
140 rhs = make_shared<column_reference>(this, lhs->type);
141}
142
143comparison_op::comparison_op(prod *p) : bool_binop(p)
144{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected