N1QL analytics array [*] in SELECT

Hi @brian.parker,
Please see the answers here.
Basically you can get the same result using the function ARRAY_STAR:
SELECT ARRAY_STAR(some_array).some_field FROM ...