MCPcopy 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
30private:
31 std::vector<std::unique_ptr<ReadingClause>> readingClauses;

Callers 2

visitQueryPartMethod · 0.80
bindQueryPartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected