Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ getWithClause
Method
getWithClause
src/include/parser/query/query_part.h:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
inline const WithClause* getWithClause() const { return &withClause; }
29
30
private:
31
std::vector<std::unique_ptr<ReadingClause>> readingClauses;
Callers
2
visitQueryPart
Method · 0.80
bindQueryPart
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected