MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / setReturnClause

Method setReturnClause

src/include/parser/query/single_query.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 }
34
35 inline void setReturnClause(ReturnClause clause) { returnClause = std::move(clause); }
36 inline bool hasReturnClause() const { return returnClause.has_value(); }
37 inline const ReturnClause* getReturnClause() const {
38 DASSERT(returnClause.has_value());

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected