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

Method addSingleQuery

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

Source from the content-addressed store, hash-verified

16 }
17
18 void addSingleQuery(SingleQuery singleQuery, bool isUnionAllQuery) {
19 singleQueries.push_back(std::move(singleQuery));
20 isUnionAll.push_back(isUnionAllQuery);
21 }
22
23 common::idx_t getNumSingleQueries() const { return singleQueries.size(); }
24

Callers 2

transformRegularQueryMethod · 0.45
bindQueryMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected