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

clickhouse: parameterized functions fail #1610

Closed
pkit opened this issue May 12, 2023 · 0 comments
Closed

clickhouse: parameterized functions fail #1610

pkit opened this issue May 12, 2023 · 0 comments

Comments

@pkit
Copy link
Contributor

pkit commented May 12, 2023

SELECT quantileTiming(0.99)(arrayJoin(range(100000)))

Expecting ). Line 1, Col: 40.
  SELECT quantileTiming(0.99)(arrayJoin🔻(🔻range(100000)))

See https://clickhouse.com/docs/en/sql-reference/aggregate-functions/reference/quantiletiming
Only one parameter list is supported, so it would always be: func(param1, ...)(arg1, ...)

adrianisk pushed a commit to adrianisk/sqlglot that referenced this issue Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant