------
- Add an AliasedExpression class that is used if the expression is in the select or groupby, which allows an alias of the results returned from Snuba. The alias is not used in any other clauses and is not available in the generated query in Snuba.
- Fix ALIAS_RE to allow single letter aliases
- Allow datetimes in legacy function strings (add : and - to allowed character list)