| 167 | }; |
| 168 | |
| 169 | struct BoundGraphPattern { |
| 170 | QueryGraphCollection queryGraphCollection; |
| 171 | std::shared_ptr<Expression> where; |
| 172 | |
| 173 | BoundGraphPattern() = default; |
| 174 | DELETE_COPY_DEFAULT_MOVE(BoundGraphPattern); |
| 175 | }; |
| 176 | |
| 177 | } // namespace binder |
| 178 | } // namespace lbug |