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

multiple instances of the same function confuses CQ output #3643

Closed
beckettsean opened this issue Aug 13, 2015 · 1 comment
Closed

multiple instances of the same function confuses CQ output #3643

beckettsean opened this issue Aug 13, 2015 · 1 comment
Milestone

Comments

@beckettsean
Copy link
Contributor

From #3469 (comment).

A CQ like SELECT MEAN(value1), MEAN(value2) FROM... writes a single column to the result series, called mean. If an AS alias is used both values are successfully written.

We could throw a parser error when multiple identical functions are used without an explicit alias, or we could write the values into the new series as mean_value1, mean_value2. Not sure if there are other fixes that make sense.

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

2 participants