feat: remove subquery from projection in the grammar
We don't want to mess with subqueries in projection as our query set doesn't contain such queries. It also simplifies some transformations (equality propagation for example).
Please register or sign in to comment