@return the first query block inside this query expression
| 859 | |
| 860 | /// @return the first query block inside this query expression |
| 861 | Query_block *first_query_block() const { return slave; } |
| 862 | |
| 863 | /// @return the next query expression within same query block (next subquery) |
| 864 | Query_expression *next_query_expression() const { return next; } |
no outgoing calls