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

Class atomic_subselect

expr.hh:45–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43};
44
45struct atomic_subselect : value_expr {
46 table *tab;
47 column *col;
48 int offset;
49 routine *agg;
50 atomic_subselect(prod *p, sqltype *type_constraint = 0);
51 virtual void out(std::ostream &out);
52};
53
54struct const_expr: value_expr {
55 std::string expr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected