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
Support count(1) for queries on UI #1420
Comments
|
what does |
|
Nothing, they are equivalent. |
|
Hi can I try to work on this? |
|
Yes, please. Look at creating Function Factory, exactly same as count() but with signature as count(int const). |
|
Is it just modifying line 207 in SqlCodeGenerator.java to accept one argument? @ideoma |
|
@drew5494
|
count(1)for queries does not work on UIThe text was updated successfully, but these errors were encountered: