Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anse1/sqlsmith
/ lateral_subquery
Method
lateral_subquery
grammar.hh:58–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
57
struct lateral_subquery : table_subquery {
58
lateral_subquery(prod *p)
59
: table_subquery(p, true) { }
60
};
61
62
struct join_cond : prod {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected