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

Method hasReturnClause

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

Source from the content-addressed store, hash-verified

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());
39 return &returnClause.value();

Callers 2

visitSingleQueryMethod · 0.80
bindSingleQueryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected