I normally unnest like so :
SELECT h.field1, rp.p.key1, rp.p.key2 FROM mytable h CROSS JOIN UNNEST(h.field2) rp (p)
However, I am now looking