google / zetasql

ZetaSQL - Analyzer Framework for SQL
Apache License 2.0
2.28k stars 214 forks source link

Support more type aliases #140

Open colincadams opened 1 year ago

colincadams commented 1 year ago

There are lots of type names that are currently not supported in zetasql: https://github.com/google/zetasql/blob/master/zetasql/analyzer/resolver_test.cc#L752-L761

It would be useful if these were added as type aliases to existing types, as is pretty common practice in sql implementations: https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types#numeric_types