| 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 |
no outgoing calls
no test coverage detected