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

Class const_expr

expr.hh:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52};
53
54struct const_expr: value_expr {
55 std::string expr;
56 const_expr(prod *p, sqltype *type_constraint = 0);
57 virtual void out(std::ostream &out) { out << expr; }
58 virtual ~const_expr() { }
59};
60
61struct column_reference: value_expr {
62 column_reference(prod *p, sqltype *type_constraint = 0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected