Vaggelis Danias

Results 3 issues of Vaggelis Danias

Introduce support for `ALTER TABLE ... SET ...` across first class dialects. Design notes: ---------------- - Create an `exp.AlterSet` node belonging in `ALTER_PARSERS` that will hold the arguments across all...

Fixes #3484 BigQuery supports star expansion such as `foo.bar.*` where `foo` is the table and `bar` is a struct. This is essentially a _flatten_ operation from the specified struct and...

Follow up on https://github.com/tobymao/sqlglot/pull/4266