Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LadybugDB/ladybug
/ getIsUnionAll
Method
getIsUnionAll
src/include/parser/query/regular_query.h:29–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
std::vector<bool> getIsUnionAll() const { return isUnionAll; }
30
31
private:
32
std::vector<SingleQuery> singleQueries;
Callers
3
planQuery
Method · 0.45
validateIsAllUnionOrUnionAll
Function · 0.45
bindQuery
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected