Given a colum `c` with structured type`T` having fields `a` and `b`, `SELECT c.*` would be equivalent to `SELECT c.a, c.b`.
Given a colum
cwith structured typeThaving fieldsaandb,SELECT c.*would be equivalent toSELECT c.a, c.b.