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

Method getSingleQuery

src/include/parser/query/regular_query.h:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23 common::idx_t getNumSingleQueries() const { return singleQueries.size(); }
24
25 const SingleQuery* getSingleQuery(common::idx_t singleQueryIdx) const {
26 return &singleQueries[singleQueryIdx];
27 }
28
29 std::vector<bool> getIsUnionAll() const { return isUnionAll; }
30

Callers 4

planQueryMethod · 0.45
visitQueryMethod · 0.45
visitRegularQueryMethod · 0.45
bindQueryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected