Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Google ARRAY_AGG function #1856

Closed
manticore-projects opened this issue Sep 2, 2023 · 0 comments
Closed

[FEATURE] Google ARRAY_AGG function #1856

manticore-projects opened this issue Sep 2, 2023 · 0 comments
Assignees
Labels
BigQuery Google BigQuery specific features Sponsor needed

Comments

@manticore-projects
Copy link
Contributor

ARRAY_AGG can not be fully correctly parsed.
failed cases:

  1. ARRAY_AGG(x LMIT 10)
  2. ARRAY_AGG( x IGNORE NULLS ORDER BY x)
  3. 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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BigQuery Google BigQuery specific features Sponsor needed
Projects
None yet
Development

No branches or pull requests

1 participant