Related to https://github.com/ballista-compute/sqlparser-rs/issues/154 sqlparser now parses `select * from (table_name)`. However, it does not parse `select * from (table_name) alias`. Would it make sense to add this functionality? If so, would that mean adding an `alias` field to `TableWithJoins`?