Given a `StructArray` column `a` with a field `b`, I would like to be able to run ``` SELECT a.b from t ``` returning the array associated with field `b` in the array `a`