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

Method when_clause

grammar.cc:585–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583}
584
585when_clause::when_clause(merge_stmt *p)
586 : prod(p)
587{
588 condition = bool_expr::factory(this);
589 matched = d6() > 3;
590}
591
592void when_clause::out(std::ostream &out)
593{

Callers

nothing calls this directly

Calls 1

d6Function · 0.85

Tested by

no test coverage detected