Closed
Description
ARRAY_AGG
can not be fully correctly parsed.
failed cases:
ARRAY_AGG(x LMIT 10)
ARRAY_AGG( x IGNORE NULLS ORDER BY x)
ARRAY_AGG( DISTINCT x)
Google ARRAY_AGG references: https://cloud.google.com/bigquery/docs/reference/standard-sql/aggregate_functions#array_agg
Originally posted by @dequn in #1622 (comment)